Open JVApen opened 2 months ago
Released in 0.1.30.
Sorry, had to back out the fix for this, together with #715, for causing #722. Reopening.
Thanks @HighCommander4, I will be able to look at this on Friday. Thanks for reverting and as such reducing the pressure
The VS Code upgrade to 1.92 contains a new node version (20) This version seems to have as a side effect that scripts can no longer be used as 'executable' on windows (see similar issue for cmake: https://github.com/microsoft/vscode-cmake-tools/issues/4037#issuecomment-2331286590)
When using VS Code with 1.91, I can use a clangd.cmd that figures out the clangd version to use (the same as we use to compile). However from VS Code 1.92 this is no longer possible.
I'm no expert in typescript, though I believe this behavior can be re-enabled in ClangdContext::active by passing "shell: true" as part of the options of vscodelc.Executable.
Logs
System information
Operating system: Windows