Skip to content

Commit

Permalink
Bump to 0.2.7 and add missing goto feature in readme (#111)
Browse files Browse the repository at this point in the history
* add missing goto feature in readme

* bump version to 0.2.7
  • Loading branch information
JoshuaBatty authored Dec 6, 2022
1 parent 458da13 commit a5a9bd5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This extension provides LSP support for the Sway smart contract programming lang

## Features

- goto type definition
- types and documentation on hover
- inlay hints for types and parameter names
- semantic syntax highlighting
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Sway",
"description": "Sway language extension for Visual Studio Code",
"icon": "images/logo.png",
"version": "0.2.6",
"version": "0.2.7",
"publisher": "FuelLabs",
"license": "Apache-2.0",
"repository": {
Expand Down

0 comments on commit a5a9bd5

Please sign in to comment.