Skip to content

Commit 14bded4

Browse files
committed
Remove commented out code
1 parent f0211cc commit 14bded4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

vscode-client/src/extension.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ export async function activate(context: ExtensionContext) {
5555

5656
const client = new LanguageClient('Bash IDE', 'Bash IDE', serverOptions, clientOptions)
5757

58-
// client.registerProposedFeatures();
59-
6058
// Push the disposable to the context's subscriptions so that the
6159
// client can be deactivated on extension deactivation
6260
context.subscriptions.push(client.start())

0 commit comments

Comments
 (0)