Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ two items to `abs.compileOptions`: `-jar` and `/path/to/absfrontend.jar`.

## Installing

To install the latest released version, download the `.vsix` file from https://github.com/abstools/abs-vs-code/releases/latest (currently `abs-0.0.8.vsix`).
To install the latest released version, download the `.vsix` file from https://github.com/abstools/abs-vs-code/releases/latest

### Installing from the Command Line

Run `code --install-extension abs-0.0.8.vsix`
Run `code --install-extension` with the `.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest

### Installing from inside Visual Studio Code

Expand All @@ -38,7 +38,7 @@ Run `code --install-extension abs-0.0.8.vsix`
<img alt="First click 'Extensions', then the horizontal dots menu at the top of the list, then 'Install from VSIX...'" src="images/installing.png">
</picture>

3. In the file browser, choose the `abs-0.0.8.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .
3. In the file browser, choose the `.vsix` file downloaded from https://github.com/abstools/abs-vs-code/releases/latest .

### Running an unreleased version

Expand Down
9 changes: 8 additions & 1 deletion abs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

### Fixed

## [0.1.0]

### Fixed

Update `jws` dependency.

## [0.0.8]

### Added
Expand Down Expand Up @@ -80,7 +86,8 @@ Released 2023-03-16

- Initial release

[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.0.8
[Unreleased]: https://github.com/abstools/abs-vs-code/compare/HEAD...v0.1.0
[0.1.0]: https://github.com/abstools/abs-vs-code/compare/v0.1.0...v0.0.8
[0.0.8]: https://github.com/abstools/abs-vs-code/compare/v0.0.8...v0.0.7
[0.0.7]: https://github.com/abstools/abs-vs-code/compare/v0.0.7...v0.0.6
[0.0.6]: https://github.com/abstools/abs-vs-code/compare/v0.0.6...v0.0.5
Expand Down
4 changes: 4 additions & 0 deletions abs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ file from inside the editor.

## Release Notes

### 0.1.0

- Security release

### 0.0.8

- Add snippets for `map`, `filter`, `foldl`, `foldr`.
Expand Down
Loading