From 8a1c4e05a575a79d74bc09acfea2bc2b86e17be1 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Tue, 10 Sep 2019 15:05:39 -0700 Subject: [PATCH] Improve quick input sample --- quickinput-sample/.vscode/launch.json | 2 +- quickinput-sample/README.md | 5 ++++- quickinput-sample/package-lock.json | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/quickinput-sample/.vscode/launch.json b/quickinput-sample/.vscode/launch.json index 90805734..b155eeaa 100644 --- a/quickinput-sample/.vscode/launch.json +++ b/quickinput-sample/.vscode/launch.json @@ -6,7 +6,7 @@ "version": "0.2.0", "configurations": [ { - "name": "Extension", + "name": "Run Extension", "type": "extensionHost", "request": "launch", "runtimeExecutable": "${execPath}", diff --git a/quickinput-sample/README.md b/quickinput-sample/README.md index 9c88e280..a6c5f78c 100644 --- a/quickinput-sample/README.md +++ b/quickinput-sample/README.md @@ -19,4 +19,7 @@ It is not intended as a production quality extension. # How to run locally -* open this folder in VS Code and press `F5` \ No newline at end of file +- Run `npm install` in terminal to install dependencies +- Run the `Run Extension` target in the Debug View. This will: + - Start a task `npm: watch` to compile the code + - Run the extension in a new VS Code window \ No newline at end of file diff --git a/quickinput-sample/package-lock.json b/quickinput-sample/package-lock.json index 2c2b128a..d28a646c 100644 --- a/quickinput-sample/package-lock.json +++ b/quickinput-sample/package-lock.json @@ -308,9 +308,9 @@ } }, "typescript": { - "version": "3.4.5", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.4.5.tgz", - "integrity": "sha512-YycBxUb49UUhdNMU5aJ7z5Ej2XGmaIBL0x34vZ82fn3hGvD+bgrMrVDpatgz2f7YxUMJxMkbWxJZeAvDxVe7Vw==", + "version": "3.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.6.3.tgz", + "integrity": "sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==", "dev": true }, "wrappy": {