Skip to content

Commit 45417a1

Browse files
author
Keen Yee Liau
committed
Do not force server to launch in debug mode
1 parent 285e4a5 commit 45417a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function activate(context: ExtensionContext) {
5252
}
5353

5454
// Create the language client and start the client.
55-
const disposable = new LanguageClient('Angular Language Service', serverOptions, clientOptions, true).start();
55+
const disposable = new LanguageClient('Angular Language Service', serverOptions, clientOptions).start();
5656

5757
// Push the disposable to the context's subscriptions so that the
5858
// client can be deactivated on extension deactivation

0 commit comments

Comments
 (0)