Skip to content

Commit

Permalink
Added missing space in user alert (sveltejs#1589)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblukewood authored Aug 15, 2022
1 parent 5904829 commit db23238
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 @@ -275,7 +275,7 @@ export function startServer(options?: LSOptions) {
connection?.sendNotification(ShowMessageNotification.type, {
message:
'Svelte language server detected a large amount of JS/Svelte files. ' +
'To enable project-wide JavaScript/TypeScript language features for Svelte files,' +
'To enable project-wide JavaScript/TypeScript language features for Svelte files, ' +
'exclude large folders in the tsconfig.json or jsconfig.json with source files that you do not work on.',
type: MessageType.Warning
});
Expand Down

0 comments on commit db23238

Please sign in to comment.