Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 1 addition & 5 deletions vscode-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading