You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
At the moment, svelte-check and the "hey, install this VSCode extension"-notification are only applied after using the "setup TypeScript" script. I think both of these are valuable also to non-TS-projects, so maybe add them to the base template?
The text was updated successfully, but these errors were encountered:
I think the vscode recommendation is arguably more helpful than the the svelte-check one for non-TS users. At least until other editors make use of the language server to gain special powers.
I feel like the notification about svelte-check would be comparable to notifying about a linter. If people are new to TS, Svelte, or development in general then it could be confusing without any context.
At the moment,
svelte-check
and the "hey, install this VSCode extension"-notification are only applied after using the "setup TypeScript" script. I think both of these are valuable also to non-TS-projects, so maybe add them to the base template?The text was updated successfully, but these errors were encountered: