diff --git a/vscode-extension/CHANGELOG.md b/vscode-extension/CHANGELOG.md index c53a3fb1b45..5dd63b6254b 100644 --- a/vscode-extension/CHANGELOG.md +++ b/vscode-extension/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "devbox" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [0.1.7] + +- Removed Open In Desktop feature since devbox.sh web app is deprecated. + ## [0.1.6] - Fixed an issue where reopen in devbox feature wasn't working for cursor and vscodium. diff --git a/vscode-extension/README.md b/vscode-extension/README.md index 06357e77175..e4c43f300a3 100644 --- a/vscode-extension/README.md +++ b/vscode-extension/README.md @@ -4,10 +4,6 @@ This is the official VSCode extension for [devbox](https://github.com/jetify-com ## Features -### Open In VSCode button - -If a Devbox Cloud instance (from [devbox.sh](https://devbox.sh)) has an `Open In Desktop` button, this extension will make VSCode to be able to connect its workspace to the instance. - ### Auto Shell on a devbox project When VSCode Terminal is opened on a devbox project, this extension detects `devbox.json` and runs `devbox shell` so terminal is automatically in devbox shell environment. Can be turned off in settings. @@ -50,7 +46,7 @@ No need to take any action for this feature. When writing a devbox.json, if this ### Debug Mode -Enabling debug mode in extension settings will create a seqience of logs in the file `.devbox/extension.log`. This feature only tracks the logs for `"Devbox: Reopen in Devbox Shell environment"` feature. +Enabling debug mode in extension settings will create a sequence of logs in the file: `.devbox/extension.log`. This feature only tracks the logs for `"Devbox: Reopen in Devbox Shell environment"`. ## Following extension guidelines diff --git a/vscode-extension/package.json b/vscode-extension/package.json index 7cb343a7d51..a27cb59aabd 100644 --- a/vscode-extension/package.json +++ b/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "devbox", "displayName": "devbox by Jetify", "description": "devbox integration for VSCode", - "version": "0.1.6", + "version": "0.1.7", "icon": "assets/icon.png", "repository": { "type": "git",