Skip to content

Commit

Permalink
Bump to 1.9.4 to pick up Windows port fix and add Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CartBlanche committed Mar 23, 2024
1 parent 4773a77 commit 87cbbbe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: VSCode Extension
env:
IDE_TOOLS_RELEASE_VERSION: 1.9.2
IDE_TOOLS_RELEASE_VERSION: 1.9.4

on:
push:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This is the extension for VSCode that enables Meadow apps to be build, debugged

<img alt="meadow vscode extension" src="https://user-images.githubusercontent.com/271950/134820282-83c9842a-023a-47ae-976e-7b6c58e851c0.png">

## 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)
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
@@ -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",
Expand Down

0 comments on commit 87cbbbe

Please sign in to comment.