-
Hi Further to my previous question, #421, the settings I need to change the defaults for are stored in the workspace's ItemTable; they're not user settings. I've tried setting the values I need to change using the technique suggested in the answer to #421 but, as the setting I trying to change isn't a "public" setting, ie: something that would be found in a users So, my question is this: is there a way to set configuration values that are usually stored in the workspace's ItemTable? To give you a concrete value, I need to change this key Thanks very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If the setting you want to change is not in |
Beta Was this translation helpful? Give feedback.
If the setting you want to change is not in
settings.json
then there's no way to change it from the default value as far as I know, your only option is to change it in the vscode source code itself