Skip to content

Commit 7b5adb2

Browse files
Merge pull request #156 from vmware/154-allow-vrdevbuildtoolsdefaultversion-to-be-overridden-by-vscodesettingsjson
(154) Change `vrdev.buildTools.defaultVersion` extension configuration scope to `resource`
2 parents f7b8ff2 + ebd8d2b commit 7b5adb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
"required": false,
505505
"default": "2.38.1",
506506
"description": "The version of vRealize Build Tools to be used outside the context of a project (e.g. when onboarding project and running untitled actions).",
507-
"scope": "application"
507+
"scope": "resource"
508508
},
509509
"vrdev.views.explorer.actions.layout": {
510510
"type": "string",

0 commit comments

Comments
 (0)