diff --git a/package.json b/package.json index b08e76cf1..f0d1b4744 100644 --- a/package.json +++ b/package.json @@ -14,16 +14,29 @@ ], "preview": true, "license": "MIT", - "activationEvents": [ - "onCommand:deviceSimulatorExpress.openSerialMonitor", - "onCommand:deviceSimulatorExpress.openSimulator", - "onCommand:deviceSimulatorExpress.runSimulator", - "onCommand:deviceSimulatorExpress.newFile", - "onCommand:deviceSimulatorExpress.runDevice", - "onCommand:deviceSimulatorExpress.runSimulatorEditorButton", - "onCommand:deviceSimulatorExpress.selectSerialPort", - "onDebug" - ], + "homepage": "https://github.com/microsoft/vscode-python-devicesimulator", + "repository": { + "type": "git", + "url": "https://github.com/microsoft/vscode-python-devicesimulator" + }, + "bugs": { + "url": "https://github.com/microsoft/vscode-python-devicesimulator/issues" + }, + "keywords": [ + "python", + "CircuitPython", + "Adafruit" + ], + "activationEvents": [ + "onCommand:deviceSimulatorExpress.openSerialMonitor", + "onCommand:deviceSimulatorExpress.openSimulator", + "onCommand:deviceSimulatorExpress.runSimulator", + "onCommand:deviceSimulatorExpress.newFile", + "onCommand:deviceSimulatorExpress.runDevice", + "onCommand:deviceSimulatorExpress.runSimulatorEditorButton", + "onCommand:deviceSimulatorExpress.selectSerialPort", + "onDebug" + ], "main": "./out/extension.js", "contributes": { "commands": [