Skip to content

Commit cc8c79f

Browse files
authored
[extension] updated readme to remove devbox.sh's open in Desktop (#2671)
## Summary TSIA ## How was it tested? ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request, I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent f2920fd commit cc8c79f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

vscode-extension/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "devbox" extension will be documented in this file.
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.1.7]
8+
9+
- Removed Open In Desktop feature since devbox.sh web app is deprecated.
10+
711
## [0.1.6]
812

913
- Fixed an issue where reopen in devbox feature wasn't working for cursor and vscodium.

vscode-extension/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ This is the official VSCode extension for [devbox](https://github.com/jetify-com
44

55
## Features
66

7-
### Open In VSCode button
8-
9-
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.
10-
117
### Auto Shell on a devbox project
128

139
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
5046

5147
### Debug Mode
5248

53-
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.
49+
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"`.
5450

5551
## Following extension guidelines
5652

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devbox",
33
"displayName": "devbox by Jetify",
44
"description": "devbox integration for VSCode",
5-
"version": "0.1.6",
5+
"version": "0.1.7",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)