Releases: zeroc-ice/vscode-slice
Slice 4.4.0
What's Changed
- Move All Configuration Loading into
initialize
by @InsertCreativityHere in #31 - Perform Url->Path Conversion for the Workspace Root During Initialization by @InsertCreativityHere in #34
- No Longer Store Diagnostics in
CompilationState
by @InsertCreativityHere in #35 - Configuration set filtering logic fixed by @ReeceHumphreys in #40
- Show error popup for diagnostics without spans by @ReeceHumphreys in #42
- Highlighting Support for Result types. by @InsertCreativityHere in #44
- Sanitize File Paths by @InsertCreativityHere in #43
Full Changelog: v4.3.0...v4.4.0
Slice 4.3.0
What's Changed
- Added support for configuration sets by @ReeceHumphreys in #26
.vsix
build action by @externl in #28
Full Changelog: v4.2.0...v4.3.0
Slice 4.2.0
What's Changed
- Bundle built-in types slice files into the extension (#20) by @ReeceHumphreys in #21
- Cache Reference Directories by @InsertCreativityHere in #18
Full Changelog: v4.1.0...v4.2.0
Slice 4.1.0
What's Changed
- Update VSCode extension description by @ReeceHumphreys in #14
- Refactor
resolve_reference_paths
by @InsertCreativityHere in #15 - Call
publish_diagnostics_for_all_files
on save by @ReeceHumphreys in eaeea84 - Add syntax highlighting support for enums with associated values by @InsertCreativityHere ee53294
Full Changelog: v4.0.0...v4.1.0
Slice 4.0.0
What's Changed
- We've added a brand new language server for
.slice
files. This new language server shows errors and warnings in your editor, allows you to jump to definitions, and hover over types for additional information.
Full Changelog: v3.0.1...v4.0.0
Slice Highlighter 3.0.1
Bundled a higher resolution icon and improved readability of the README.
Slice Highlighter 3.0.0
What's Changed
- Added full highlighting support for Slice's new syntax, written in conjunction with ZeroC's latest product IceRPC.
- Removed highlighting support for candidate features that we decided not to implement in Ice.
See 6879191 for a list of these changes.
The highlighter determines which syntax is being used based on file extension.
.ice
files continue using the same syntax they always have, but now .slice
files can be detected and highlighted correctly.
Full Changelog: v2.0.2...v3.0.0
Slice Highlighter 2.0
This release of the Slice Highlighter for Visual Studio Code adds support for new Slice constructs and syntax that are being added in the upcoming 4.0 release of Ice.
You can install it from the Visual Studio Gallery at:
https://marketplace.visualstudio.com/items?itemName=ZeroCInc.slice
Slice Highlighter 1.0
This is the initial release of the Slice Highlighter for Visual Studio Code.
You can install it from the Visual Studio Gallery at:
https://marketplace.visualstudio.com/items?itemName=ZeroCInc.slice