Skip to content

Commit

Permalink
add workspace to extensionKind
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdias committed Sep 25, 2020
1 parent c54ac0f commit 2b7cd33
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.0.9
- Add `workspace` to `extensionKind` so we can be run in GitHub Codespaces and Remote

## 3.0.8
- Roll back changes for [#47](https://github.com/microsoft/vscode-atom-keybindings/issues/47), as they are too disruptive (see [vscode#96894](https://github.com/microsoft/vscode/issues/96894)).

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "atom-keybindings",
"displayName": "Atom Keymap",
"description": "Popular Atom keybindings for Visual Studio Code",
"version": "3.0.8",
"version": "3.0.9",
"publisher": "ms-vscode",
"engines": {
"vscode": "^1.22.0"
Expand All @@ -21,7 +21,8 @@
"*"
],
"extensionKind": [
"ui"
"ui",
"workspace"
],
"main": "./extension",
"contributes": {
Expand Down

0 comments on commit 2b7cd33

Please sign in to comment.