-
Notifications
You must be signed in to change notification settings - Fork 7
how IntelliSkript works
John Heikens edited this page Apr 7, 2025
·
23 revisions
when the extension is activated, it will validate all dependent skript files, like disky.sk etc. when you open a document, it will validate that document only, and it will search in the already validated files of that workspace and the dependencies for patterns. when you changed a document, other documents won't be revalidated until they are opened.
this extension contains a language server running on another thread on the client. it's bundled using webpack.
to package:
npm package --pre-release
ask any questions on discord! https://discord.gg/D4Eh4yxM8z
GNU copyright, johnheikens