Effect of disabling intellisense engine #14192
-
|
Hello, Is there a way to use VSCode with intellisense disabled via the workspace setting
When I try building via running my build task and then launching the executable, I obtain a warning first: "Intellisense related command can't be executed when C_Cpp.intellisenseengine is disabled" Then, I have to disable this notification before the compiler is given my build task to run. Also, launching the executable does not automatically open the terminal window at the bottom with the executable consistently. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
@TryerGit It sounds like you're hitting a known issue #13001 or a variation of that. If you think it's a different issue, you could file a bug with more repro info. That area of code is also open source so you could potentially debug it to get more info on exactly which command is attempting to be called. The inconsistent opening of the terminal window is not a bug I remember being reported. It could be our bug or a VS Code bug. |
Beta Was this translation helpful? Give feedback.
@TryerGit It sounds like you're hitting a known issue #13001 or a variation of that. If you think it's a different issue, you could file a bug with more repro info. That area of code is also open source so you could potentially debug it to get more info on exactly which command is attempting to be called.
The inconsistent opening of the terminal window is not a bug I remember being reported. It could be our bug or a VS Code bug.