Skip to content

v1.0.5 - Intellisense Fix

Compare
Choose a tag to compare
@anjo0803 anjo0803 released this 28 Jul 10:26
· 49 commits to master since this release

It turns out that the module JSDoc tags in the file headers were confusing VSCode Intellisense - since apparently it would try to look for TypeScript type declarations for declared modules - so they've been nuked and replaced with the standard suggested MPL headers, meaning the automatic code completion should work as intended now.