Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Jan 8, 2025
1 parent 116a294 commit b1e2ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/language-server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export function startServer(options?: LSOptions) {
},
documentHighlightProvider:
evt.initializationOptions?.configuration?.svelte.plugin.svelte
?.documentHighlight?.enable === true
?.documentHighlight?.enable ?? true
}
};
});
Expand Down

0 comments on commit b1e2ac2

Please sign in to comment.