From b34bbca46774323f48df3f820ef2869c3860961a Mon Sep 17 00:00:00 2001 From: Don Jayamanne Date: Sat, 9 Nov 2019 18:31:25 -0800 Subject: [PATCH 1/3] Update package.json for marketplace --- package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b08e76cf1..175f67a78 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,20 @@ ], "preview": true, "license": "MIT", - "activationEvents": [ + "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", From 956208b6c19cc0b89291de73bf3cb3fd629f0b8e Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 27 Nov 2019 17:04:16 -0800 Subject: [PATCH 2/3] Update package.json modifying the indentation to match the rest of the structure --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 175f67a78..3ed96508b 100644 --- a/package.json +++ b/package.json @@ -28,14 +28,14 @@ "Adafruit" ], "activationEvents": [ - "onCommand:deviceSimulatorExpress.openSerialMonitor", - "onCommand:deviceSimulatorExpress.openSimulator", - "onCommand:deviceSimulatorExpress.runSimulator", - "onCommand:deviceSimulatorExpress.newFile", - "onCommand:deviceSimulatorExpress.runDevice", - "onCommand:deviceSimulatorExpress.runSimulatorEditorButton", - "onCommand:deviceSimulatorExpress.selectSerialPort", - "onDebug" + "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": { From 85b9eec2e1bed7d947d792da6822ccc9f9c765a8 Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 27 Nov 2019 17:05:23 -0800 Subject: [PATCH 3/3] Update package.json one last spacing to fix. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3ed96508b..f0d1b4744 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "onCommand:deviceSimulatorExpress.runSimulatorEditorButton", "onCommand:deviceSimulatorExpress.selectSerialPort", "onDebug" - ], + ], "main": "./out/extension.js", "contributes": { "commands": [