Skip to content

Commit 8fd9200

Browse files
committed
Fix broken test
1 parent 456687a commit 8fd9200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/language-server/test/initialize.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ test('initialize', async () => {
8484
},
8585
selectionRangeProvider: true,
8686
semanticTokensProvider: {
87-
full: false,
87+
full: true,
8888
legend: {
8989
tokenModifiers: [
9090
'declaration',

0 commit comments

Comments
 (0)