File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 10
10
11
11
VS Code's special "Go: Toggle GC details" command continues to work.
12
12
13
+ - The experimental ` settings.semanticTokenTypes ` configures the semantic token
14
+ types. It allows disabling types by setting each value to false. By default,
15
+ all types are enabled.
16
+
17
+ The experimental ` settings.semanticTokenModifiers ` configures the semantic
18
+ token modifiers. It allows disabling modifiers by setting each value to false.
19
+ By default, all modifiers are enabled.
20
+
21
+ The experimental ` settings.noSemanticTokenString ` and
22
+ ` settings.noSemanticToken ` settings are deprecated in favor of
23
+ ` settings.semanticTokenTypes ` .
24
+
25
+ Users can set ` settings.semanticTokenTypes[string] = false ` to achieve the
26
+ same result as ` settings.noSemanticTokenString ` . The same applies to
27
+ ` settings.noSemanticTokenNumber ` .
28
+
29
+ For now, gopls still honors ` settings.noSemanticTokenString ` and
30
+ ` settings.noSemanticToken ` , but will stop honoring the settings in the
31
+ upcoming release.
32
+
13
33
# New features
14
34
15
35
## "{Show,Hide} compiler optimization details" code action
You can’t perform that action at this time.
0 commit comments