Skip to content

Commit ed5c175

Browse files
Merge #6496
6496: Use builtin scopes more r=matklad a=georgewfraser VSCode has added more builtin fallback scopes, so we can remove some of our fallback scopes by aligning with their conventions. Note that the macro scope doesn't seem to actually *work* at the moment. I have filed a bug with VSCode: microsoft/vscode#110150 Co-authored-by: George Fraser <[email protected]>
2 parents 9b512f8 + ac314f8 commit ed5c175

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

editors/code/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,9 +957,6 @@
957957
{
958958
"language": "rust",
959959
"scopes": {
960-
"macro": [
961-
"entity.name.function.macro.rust"
962-
],
963960
"attribute": [
964961
"meta.attribute.rust"
965962
],

0 commit comments

Comments
 (0)