1.0.1
Instructions
To use the "offline" .vsix (that doesn't download OS-based dependencies on extension activation), download the .vsix that matches your OS and run the "Install from VSIX" command in VS Code.
Requirements
- VS Code 1.44.0 or later.
Changes
Bug Fixes
- Fix "No IL available" IntelliSense error on Linux/macOS when
#error
directives are present in the source code. #6009, #6114 - Fix issue on Windows with the language server not shutting down properly which causes the IntelliSense database to become corrupted. PR #6141
- Fix "No IL available" IntelliSense error when predefined macros are undefined. #6147
- Fix infinite loop IntelliSense regression. #6166
Known Issues
- None so far.