You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable/Disable Hex mode button: modify setting in existing location (#1109)
* Enable/Disable Hex mode button: modify setting in existing location
This button toggles the `cortex-debug.variableUseNaturalFormat` setting.
Its value can come from the `settings.json` for the current User,
Workspace, or Workspace Folder. If it is set in any of those places,
modify it there. Otherwise, modify it in the User's global
`settings.json`.
Fixes#1107
* getConfigSource: fix inheritance order for language overrides
The order is specified in
https://code.visualstudio.com/api/references/vscode-api#WorkspaceConfiguration
and has language overrides from all sources taking precedence over
non-overridden settings from every source.
0 commit comments