Skip to content

Commit af8663f

Browse files
committed
Document "consuming" semantic tokens modifier
1 parent 748a8ce commit af8663f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editors/code/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -879,6 +879,10 @@
879879
{
880880
"id": "unsafe",
881881
"description": "Style for unsafe operations"
882+
},
883+
{
884+
"id": "consuming",
885+
"description": "Style for non-Copy lvalues consumed by method/function call"
882886
}
883887
],
884888
"semanticTokenScopes": [

0 commit comments

Comments
 (0)