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

Commit 5786936

Browse files
authored
Merge pull request #159 from DonJayamanne/packageChanges
Update package.json for marketplace
2 parents 0e388c8 + 85b9eec commit 5786936

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

package.json

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,29 @@
1414
],
1515
"preview": true,
1616
"license": "MIT",
17-
"activationEvents": [
18-
"onCommand:deviceSimulatorExpress.openSerialMonitor",
19-
"onCommand:deviceSimulatorExpress.openSimulator",
20-
"onCommand:deviceSimulatorExpress.runSimulator",
21-
"onCommand:deviceSimulatorExpress.newFile",
22-
"onCommand:deviceSimulatorExpress.runDevice",
23-
"onCommand:deviceSimulatorExpress.runSimulatorEditorButton",
24-
"onCommand:deviceSimulatorExpress.selectSerialPort",
25-
"onDebug"
26-
],
17+
"homepage": "https://github.com/microsoft/vscode-python-devicesimulator",
18+
"repository": {
19+
"type": "git",
20+
"url": "https://github.com/microsoft/vscode-python-devicesimulator"
21+
},
22+
"bugs": {
23+
"url": "https://github.com/microsoft/vscode-python-devicesimulator/issues"
24+
},
25+
"keywords": [
26+
"python",
27+
"CircuitPython",
28+
"Adafruit"
29+
],
30+
"activationEvents": [
31+
"onCommand:deviceSimulatorExpress.openSerialMonitor",
32+
"onCommand:deviceSimulatorExpress.openSimulator",
33+
"onCommand:deviceSimulatorExpress.runSimulator",
34+
"onCommand:deviceSimulatorExpress.newFile",
35+
"onCommand:deviceSimulatorExpress.runDevice",
36+
"onCommand:deviceSimulatorExpress.runSimulatorEditorButton",
37+
"onCommand:deviceSimulatorExpress.selectSerialPort",
38+
"onDebug"
39+
],
2740
"main": "./out/extension.js",
2841
"contributes": {
2942
"commands": [

0 commit comments

Comments
 (0)