♻️ refactor(editors): use fixed stderr logging
This commit is contained in:
@@ -118,7 +118,6 @@ export function activate(context: vscode.ExtensionContext) {
|
||||
const runArgs = [...serverArguments]
|
||||
const debugArgs = serverArguments.map(arg => arg.startsWith('--log=') ? '--log=trace' : arg)
|
||||
if (!debugArgs.some(arg => arg.startsWith('--log='))) debugArgs.push('--log=trace')
|
||||
if (!debugArgs.includes('--log-stderr')) debugArgs.push('--log-stderr')
|
||||
|
||||
const serverOptions: ServerOptions = {
|
||||
run: { command: serverExe, transport: TransportKind.stdio, args: runArgs },
|
||||
|
||||
Reference in New Issue
Block a user