diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b95378e..95e9895 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,6 +1,6 @@ name: VSCode Extension env: - IDE_TOOLS_RELEASE_VERSION: 1.9.2 + IDE_TOOLS_RELEASE_VERSION: 1.9.4 on: push: diff --git a/README.md b/README.md index ac3c95d..54184d3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ This is the extension for VSCode that enables Meadow apps to be build, debugged meadow vscode extension +## Release Notes + +### 1.9.4 + +- Fix for VSCode on Windows so that debugging works again. + ## Contents * [Supported Operating Systems](#supported-operating-systems) * [Using the Extension](#using-the-extension) diff --git a/package-lock.json b/package-lock.json index eceb973..83ec344 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "meadow", - "version": "1.9.2", + "version": "1.9.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "meadow", - "version": "1.9.2", + "version": "1.9.4", "license": "LICENSE", "dependencies": { "@types/execa": "^2.0.0", diff --git a/package.json b/package.json index fecd118..ed3d125 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "meadow", "displayName": "VSCode Tools For Meadow", - "version": "1.9.2", + "version": "1.9.4", "publisher": "WildernessLabs", "description": "Build, Debug and Deploy Meadow applications", "icon": "meadow.png",