We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 456687a commit 8fd9200Copy full SHA for 8fd9200
1 file changed
packages/language-server/test/initialize.test.js
@@ -84,7 +84,7 @@ test('initialize', async () => {
84
},
85
selectionRangeProvider: true,
86
semanticTokensProvider: {
87
- full: false,
+ full: true,
88
legend: {
89
tokenModifiers: [
90
'declaration',
0 commit comments