aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-04 21:53:39 -0400
committerGravatar Daniel Smith <rdnlsmith@gmail.com> 2019-05-04 21:53:39 -0400
commitd567d0727c5ee72376ead5b7aa0195187a8d8381 (patch)
treea307a21111ef1773e4d0d23a9274edaf3fd024e1 /.vscode/launch.json
parentdb2bde1d1ba9a32e6bd7b7dc81ec06bb695ebf17 (diff)
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).
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
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