Skip to content

Commit 5585d21

Browse files
authored
[vscode-exntension] extension version 0.1.4 changes (#1757)
## Summary Title says it all ## How was it tested? N/A
1 parent 414c517 commit 5585d21

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
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.4]
8+
9+
- Added debug mode in extension settings (only supports logs for "Reopen in Devbox Shell environment" feature).
10+
711
## [0.1.3]
812

913
- Added json validation for devbox.json files.

vscode-extension/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ No need to take any action for this feature. When writing a devbox.json, if this
4848

4949
---
5050

51+
### Debug Mode
52+
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.
54+
5155
## Following extension guidelines
5256

5357
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

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 jetpack.io",
44
"description": "devbox integration for VSCode",
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"icon": "assets/icon.png",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)