Cpptools defaults are not in effect while working over Remote SSH #11923
Andrey (aol-nnov)
started this conversation in
General
Replies: 1 comment
|
Hi Andrey (@aol-nnov) . Some settings, such as a compiler path, will likely differ between machines (and platforms), so are set internally as When using a WSL instance, there is a set of setting global for that instance. From the Config UI, you can also go to the JSON file using the button here: That should open, i.e. : |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Hi!
I've started with idea to create vscode C++ profile with sensible defaults for most of my projects, so, I stuffed my
settings.jsonwithC_Cpp.default.*lines.Imagine my surprise after connecting to remote when I saw greyed-out params in my
settings.jsonand a popupThis setting cannot be applied in this window. It will be applied when you open a local window.Any chances to make in work with remote windows?
Thanks in advance,
Andrey
All reactions