We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1593498 + c45d27b commit 32e38f3Copy full SHA for 32e38f3
1 file changed
package.json
@@ -320,6 +320,17 @@
320
"path": "./snippets/matlab.json"
321
}
322
],
323
+ "semanticTokenTypes": [
324
+ {
325
+ "id": "function",
326
+ "description": "Function references"
327
+ },
328
329
+ "id": "variable",
330
+ "description": "Variable references"
331
+ }
332
+ ],
333
+ "semanticTokenModifiers": [],
334
"terminal": {
335
"profiles": [
336
{
0 commit comments