Disable useIntelliSenseInDebugging globally #182
-
How can I disable useIntelliSenseInDebugging globally (without having to create a launch.json file)? I understand that should be doable using "%AppData%\Code\User\settings.json" but I cannot find an example of which lines I should add. I have tried variations of
|
Beta Was this translation helpful? Give feedback.
Answered by
zero-plusplus
Jan 3, 2022
Replies: 1 comment 6 replies
-
I do not know how to set the default value of the launch.json attribute globally. Perhaps VSCode does not provide such a feature. Do you disable the IntelliSenseInDebugging feature because you use other extensions that provide IntelliSense? |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
zero-plusplus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I do not know how to set the default value of the launch.json attribute globally. Perhaps VSCode does not provide such a feature.
Do you disable the IntelliSenseInDebugging feature because you use other extensions that provide IntelliSense?