Skip to content

Commit 7878cd9

Browse files
authored
[extension] Updated readme and changelog + bumped version (#394)
## Summary title says it ## How was it tested? N/A
1 parent 9e24b91 commit 7878cd9

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

vscode-extension/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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.0.4]
8+
9+
- Added `Generate a Dockerfile from devbox.json` to the command palette
10+
- Changed `Generate Dev Containers config files` command's logic to use devbox CLI.
11+
712
## [0.0.3]
813

914
- Small fix for DevContainers and Github CodeSpaces compatibility.

vscode-extension/README.md

+1-10
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,7 @@ When VScode Terminal is opened on a devbox project, this extension detects `devb
1818
- **Shell:** Opens a terminal and runs devbox shell
1919
- **Run:** Runs a script from devbox.json if specified
2020
- **Generate DevContainer files:** Generates devcontainer.json & Dockerfile inside .devcontainers directory. This allows for running vscode in a container or Github Codespaces.
21-
22-
## Release Notes
23-
24-
### 0.0.2
25-
26-
Added devbox commands to command palette
27-
28-
### 0.0.1
29-
30-
Initial release of devbox VSCode extension
21+
- **Generate a Dockerfile from devbox.json:** Generates a Dockerfile a project's root directory. This allows for running the devbox project in a container.
3122

3223
---
3324

vscode-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "devbox",
33
"displayName": "devbox by jetpack.io",
44
"description": "devbox integration for VSCode",
5-
"version": "0.0.3",
5+
"version": "0.0.4",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)