Skip to content

Commit 36817f6

Browse files
committed
Change default value of updateSymbolsOnVariantUpdate and add in README
1 parent 5a66319 commit 36817f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ This extension contributes the following settings:
123123
* `shader-validator.pathRemapping`: All virtual paths.
124124
* `shader-validator.defines`: All custom macros and their values for linting.
125125
* `shader-validator.serverPath`: Use a custom server instead of the bundled one.
126+
* `shader-validator.updateSymbolsOnVariantUpdate`: Update symbol outline when changing variant. Will trigger a save event.
126127
127128
### HLSL specific settings:
128129

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"shader-validator.updateSymbolsOnVariantUpdate": {
124124
"description": "Automatically update the symbols on variant update. Will trigger a save on the file.",
125125
"type": "boolean",
126-
"default": false
126+
"default": true
127127
},
128128
"shader-validator.severity": {
129129
"type": "string",

0 commit comments

Comments
 (0)