Skip to content

Commit

Permalink
Merge pull request #107 from WildernessLabs/develop
Browse files Browse the repository at this point in the history
Change to pick up the fact ProjLab is now part of NoLink in Meadow.CLI
  • Loading branch information
CartBlanche authored Jul 12, 2024
2 parents 914d058 + 2508a42 commit d7d6f7c
Show file tree
Hide file tree
Showing 4 changed files with 8 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.6
IDE_TOOLS_RELEASE_VERSION: 1.9.7

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

## Release Notes

### 1.9.7

- Change to pick up the fact ProjLab is now part of NoLink in Meadow.CLI

### 1.9.6

- Add extra check to re-enable the runtime, if it isn't enabled after deployment.
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.6",
"version": "1.9.7",
"publisher": "WildernessLabs",
"description": "Build, Debug and Deploy Meadow applications",
"icon": "meadow.png",
Expand Down

0 comments on commit d7d6f7c

Please sign in to comment.