This commit is contained in:
csh
2025-07-02 14:30:51 +08:00
parent dbc95ff098
commit f7b25a1efb
8 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -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}
}