Skip to content

Commit

Permalink
refactor: remove debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Nov 14, 2023
1 parent 47fb4ef commit 7124264
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import { lookpath } from 'lookpath';
export async function activate(_ctx: vscode.ExtensionContext) {
try {
const lc = await buildLanguageClient()
vscode.window.showInformationMessage(`Returning config`)
await lc.start()
} catch (err) {
const msg = err && err as Error ? (err as Error).message : 'unknown'
Expand Down

0 comments on commit 7124264

Please sign in to comment.