From d567d0727c5ee72376ead5b7aa0195187a8d8381 Mon Sep 17 00:00:00 2001 From: Daniel Smith Date: Sat, 4 May 2019 21:53:39 -0400 Subject: Add Gulp for live theme editing Run `npm start` from terminal to launch an extension host window and start watching the TypeScript source files. You can still open VS Code and press F5 if using a version older than 1.30 (January 2019). --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index b3b912d..62970eb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,7 @@ "outFiles": [ "${workspaceFolder}/out/**/*.js" ], - "preLaunchTask": "npm: start" + "preLaunchTask": "npx gulp" } ] } \ No newline at end of file -- cgit v1.2.3