-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start preLaunchTask when "C_Cpp.intelliSenseEngine": "Disabled" #9446
Comments
@fufufuqqq Do you know if this used to work in a previous version, such as 1.9.8? (We could also check this ourselves). @elahehrashedi Do you know if this is related to your build task changes and/or do you have time to investigate this? If not, I could potentially look into, but I have multiple other issues in flight. |
I've never seen a task with cc: @elahehrashedi |
@bobbrow We do handle the "cppdbg" debugger type, so it's possible we skipping something required for that to work when intelliSenseEngine is Disabled. I recall the build task changes may have made debugger provider related changes too. |
This is a regression.
|
https://code.visualstudio.com/docs/editor/tasks#_custom-tasks |
No it did affect standard vscode tasks too. |
Thanks. It appears the documentation doesn't account for extension-provided "types" which are also valid, but it's good to know that the "process" type belongs to VS Code. |
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
I'm using clangd for code completion and also expect to use C/C++ for debug, so I enable the C/C++ plugin and disable the C/C++ intellisense engine. After pressing F5 vscode reports an error says the .exe program doesn't exist. But my preLaunchTask works well and generates .exe when I either disable C/C++ plugin or enable the "C_Cpp.intelliSenseEngine".
Disable clangd or reboot system can't solve the problem.
Also, if I set preLaunchTask with a non-existent task, it also report .exe doesn't exist instead of reporting "Could not find the task ...".
Why? and what should I do?
Steps to reproduce:
Debugger Configurations
Debugger Logs
Other Extensions
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: