Skip to content

Commit

Permalink
ci: update extension docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust authored and github-actions[bot] committed Apr 17, 2024
1 parent 4163698 commit 98724ff
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,35 @@
# Changelog


## v0.2.1
REDKit project support & fixes

### Features
- Added support for REDKit projects

### Fixes
- Fixed script analysis not being reloaded when file was saved
- Fixed duplicated syntax errors for code inside functions
- Fixed `defaults` blocks not having syntax analysis
- Fixed diagnostics not displaying immediately when a manifest file was changed and saved
- Fixed content not being detected if it resided in the root of a repository directory

### Documentation
- Moved copyright information directly into the "About" page
- Made a dedicated page for "Getting started" which is available from the main page of user manual
- Updated "Project System" with REDKit project information

### Other
- Opening a new/unknown manifest file now doesn't trigger content graph rebuild and a manual file save action is required to trigger it
- More descriptive errors diagnostics when linking content dependencies
- The extension now also gets published to Eclipse's Open VSX Registry at
<https://open-vsx.org/extension/SpontanCombust/witcherscript-ide>


## v0.2.0
Project system update

### Editor
### Features
- Added a project system for WitcherScript, check the user manual for details
- Added workspace-wide analysis thanks to the project system
- Improved syntax highlighting
Expand Down

0 comments on commit 98724ff

Please sign in to comment.