Skip to content

1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 01:50
· 32 commits to main since this release

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.