You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode-extension/README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@ This is the official VSCode extension for [devbox](https://github.com/jetify-com
4
4
5
5
## Features
6
6
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
-
11
7
### Auto Shell on a devbox project
12
8
13
9
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
50
46
51
47
### Debug Mode
52
48
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"`.
0 commit comments