From 25c8c77b3e5f5a7efdb1e60676b328f42b007d29 Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Tue, 6 Dec 2022 17:56:37 +1100 Subject: [PATCH 1/2] add missing goto feature in readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36552ce..fc97150 100644 --- a/README.md +++ b/README.md @@ -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 From cd84af08ced8cb3b270d7ebcfe07bd44132b9bf4 Mon Sep 17 00:00:00 2001 From: Joshua Batty Date: Tue, 6 Dec 2022 17:57:31 +1100 Subject: [PATCH 2/2] bump version to 0.2.7 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19935ec..cca9a75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sway-vscode-plugin", - "version": "0.2.6", + "version": "0.2.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sway-vscode-plugin", - "version": "0.2.6", + "version": "0.2.7", "license": "Apache-2.0", "dependencies": { "child_process": "^1.0.2", diff --git a/package.json b/package.json index aed189b..590c501 100644 --- a/package.json +++ b/package.json @@ -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": {