Skip to content

Commit 6635955

Browse files
Fix semantic highlighting
1 parent 09521e4 commit 6635955

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/src/server.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,8 @@ function onMessage(msg: p.Message) {
11351135
],
11361136
tokenModifiers: [],
11371137
},
1138-
documentSelector: null,
1138+
// TODO: Comment in the next line again when https://github.com/microsoft/vscode-languageserver-node/pull/1168 gets merged.
1139+
// documentSelector: null,
11391140
// TODO: Support range for full, and add delta support
11401141
full: true,
11411142
},

0 commit comments

Comments
 (0)