File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments