We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434e84b commit ad50c1eCopy full SHA for ad50c1e
vscode-extension/CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to the "devbox" extension will be documented in this file.
4
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
+## [0.1.7]
8
+
9
+- Removed Open In Desktop feature since devbox.sh web app is deprecated.
10
11
## [0.1.6]
12
13
- Fixed an issue where reopen in devbox feature wasn't working for cursor and vscodium.
vscode-extension/package.json
@@ -2,7 +2,7 @@
2
"name": "devbox",
3
"displayName": "devbox by Jetify",
"description": "devbox integration for VSCode",
- "version": "0.1.6",
+ "version": "0.1.7",
"icon": "assets/icon.png",
"repository": {
"type": "git",
0 commit comments