Skip to content

Commit daf5353

Browse files
committed
restore default window scope for some settings
1 parent deea818 commit daf5353

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
"rubyLsp.customRubyCommand": {
441441
"description": "A shell command to activate the right Ruby version or add a custom Ruby bin folder to the PATH. Only used if rubyVersionManager is set to 'custom'",
442442
"type": "string",
443-
"scope": "machine-overridable"
443+
"scope": "window"
444444
},
445445
"rubyLsp.formatter": {
446446
"description": "Which tool the Ruby LSP should use for formatting files",
@@ -478,7 +478,7 @@
478478
"rubyLsp.bundleGemfile": {
479479
"description": "Relative or absolute path to the Gemfile to use for bundling the Ruby LSP server. Do not use this if you're working on a monorepo or your project's Gemfile is in a subdirectory (look into multiroot workspaces instead). Only necessary when using a separate Gemfile for the Ruby LSP",
480480
"type": "string",
481-
"scope": "machine",
481+
"scope": "window",
482482
"default": ""
483483
},
484484
"rubyLsp.testTimeout": {

0 commit comments

Comments
 (0)