From 7c5d1d26bde51a95fe757e6bb3b1d4780bfcce1d Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Tue, 4 Apr 2023 11:29:42 +0800 Subject: [PATCH] Add dev command --- clients/vscode/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/vscode/package.json b/clients/vscode/package.json index 8240593..b36711d 100644 --- a/clients/vscode/package.json +++ b/clients/vscode/package.json @@ -54,6 +54,7 @@ "vscode:prepublish": "yarn package", "compile": "webpack", "watch": "webpack --watch", + "dev": "code --extensionDevelopmentPath=$PWD --disable-extensions && yarn watch", "package": "webpack --mode production --devtool hidden-source-map", "compile-tests": "tsc -p . --outDir out", "watch-tests": "tsc -p . -w --outDir out",