This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Expand file tree Collapse file tree 1 file changed +23
-10
lines changed Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments