Skip to content

Commit 209599e

Browse files
author
Fathul Fahmy
committed
feat: add open workspace binding
1 parent 866f7d0 commit 209599e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## v1.3.0 (16-07-2024)
3+
**Added**
4+
Open workspace binding `ctrl+o+w`
25

36
## v1.2.4 (07-03-2024)
47
**Added**

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -589,6 +589,12 @@
589589
"name": "File",
590590
"type": "command",
591591
"command": "workbench.action.files.openFile"
592+
},
593+
{
594+
"key": "w",
595+
"name": "Workspace",
596+
"type": "command",
597+
"command": "workbench.action.openWorkspace"
592598
}
593599
]
594600
},

0 commit comments

Comments
 (0)