diff --git a/CHANGELOG.md b/CHANGELOG.md index 45757ac..20fb9ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)). diff --git a/package-lock.json b/package-lock.json index bcfbc4a..059b44e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "atom-keybindings", - "version": "3.0.7", + "version": "3.0.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9afefa6..61d9fac 100644 --- a/package.json +++ b/package.json @@ -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" @@ -21,7 +21,8 @@ "*" ], "extensionKind": [ - "ui" + "ui", + "workspace" ], "main": "./extension", "contributes": {