Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Package JSON updates #408

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
"categories": [
"Other"
],
"capabilities": {
"untrustedWorkspaces": {
"supported": false,
"description": "Device Simulator Express runs Python files in the workspace."
},
"virtualWorkspaces": {
"supported": false,
"description": "Depends on the Python extension, which does not support virtual Workspaces."
}
},
"preview": true,
"license": "MIT",
"homepage": "https://github.com/microsoft/vscode-python-devicesimulator",
Expand Down Expand Up @@ -81,7 +91,8 @@
{
"command": "deviceSimulatorExpress.common.deployToDevice",
"title": "%deviceSimulatorExpressExtension.commands.common.deployToDevice%",
"category": "%deviceSimulatorExpressExtension.commands.common.label%"
"category": "%deviceSimulatorExpressExtension.commands.common.label%",
"icon": "$(circuit-board)"
},
{
"command": "deviceSimulatorExpress.common.newFile",
Expand Down Expand Up @@ -223,7 +234,16 @@
}
]
}
]
],
"menus": {
"editor/title": [
{
"command": "deviceSimulatorExpress.common.deployToDevice",
"when": "editorLangId == python && !notebookEditorFocused",
"group": "navigation"
}
]
}
},
"scripts": {
"start": "webpack-dev-server",
Expand Down