1.0.1
Small Javascript type checking level fix and readme updates.
- Changed the default type checking level of embedded Javascript in card templates to be similar to regular Javascript files opened in VSCode.
Before, this was set to check Javascript as if it were Typescript. Which is not necessary in card templates. - Added a setting to change Javascript type checking level back to strict, or turn it off completely.
- Fixed issue where incorrect diagnostics for field names would sometimes display if fields were renamed in Anki while a card template was opened in VSCode.
- Updated links to extension in readme.