diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5fad0e0..827285b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,8 +11,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 12 - - run: npm install -# - run: npm ci +# - run: npm install + - run: npm ci - name: Publish to Open VSX Registry uses: HaaLeo/publish-vscode-extension@v1 id: publishToOpenVSX diff --git a/CHANGELOG.md b/CHANGELOG.md index b33811c..d7dc1d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to the "gwion" extension will be documented in this file. +## 1.1 - 2024-15-02 +### Added +- added support for the gwiond language server + ## 0.2 - 2021-06-07 ### Added - Syntax highlighting for all Gwion control keywords, storage types and class types. @@ -10,4 +14,4 @@ All notable changes to the "gwion" extension will be documented in this file. ## 0.1 -The first release of this extension offers basic syntax highlighting and `#!` style line comments. \ No newline at end of file +The first release of this extension offers basic syntax highlighting and `#!` style line comments. diff --git a/README.md b/README.md index 51d5777..6b3e84b 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This is a VSCode extension for [Gwion](https://gwion.github.io/Gwion/), the stro ## Features It supports syntax highlighting and `#!` style line comments for files with a `.gw` extension. +Also lauches `gwiond`, the language server ## Known Issues @@ -18,7 +19,6 @@ Please see [the changelog](CHANGELOG.md). ## Todo -- Add syntax checking - Add autocompletion and more [programmatic language features](https://code.visualstudio.com/api/language-extensions/programmatic-language-features) diff --git a/package.json b/package.json index 7f9a1ac..7d493be 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "A VS Code Gwion plugin that runs gwiond.", "author": "the Gwion team", "license": "MIT", - "version": "1.1.2", + "version": "1.1.3", "icon": "Gwion.png", "repository": {