Skip to content

Commit ef25c1f

Browse files
author
Amit Joshi
committed
Remove commented-out code for Server API autocomplete in activate function
1 parent d9f1fbb commit ef25c1f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/client/extension.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,11 +306,6 @@ export async function activate(
306306
activateDebugger(context);
307307
}
308308

309-
// Register Server API autocomplete for JavaScript files only
310-
// activateServerApiAutocomplete(context, [
311-
// { languageId: 'javascript', triggerCharacters: ['.'] }
312-
// ]);
313-
314309
oneDSLoggerWrapper.getLogger().traceInfo("activated");
315310
}
316311

0 commit comments

Comments
 (0)