2.0.2
What's Changed
- Improve folding function and grammar. by @joe69-96 in https://github.com/LuqueDaniel/vscode-language-renpy/pull/32
- Add settings for diagnostic warnings by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/35
- Diagnostic warnings can now be disabled for reserved variable names, invalid variable names, or invalid filenames.
- Reserved Ren'Py variables such as
_window_subtitle
no longer flag an error or warning - Variable names with numbers now highlight properly in Python functions
- Defined variables and persistents are now recognized without a compile by @rdurfee in https://github.com/LuqueDaniel/vscode-language-renpy/pull/37
- Prepare 2.0.2 release by @LuqueDaniel in https://github.com/LuqueDaniel/vscode-language-renpy/pull/42
Full Changelog: LuqueDaniel/vscode-language-renpy@v2.0.1...v2.0.2