v2.2.0
This commit is contained in:
@@ -40,7 +40,7 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
}
|
||||
|
||||
const serverOptions: ServerOptions = {
|
||||
run: {command: serverExe, transport: TransportKind.stdio, args: ['--log=verbose', '--log-stderr']},
|
||||
run: {command: serverExe, transport: TransportKind.stdio, args: ['--log=trace', '--log-stderr']},
|
||||
debug: {command: serverExe, transport: TransportKind.stdio}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user