From 0d1963628c7a5f998aeaf1cf63d8abab2e8923ea Mon Sep 17 00:00:00 2001 From: Kirill Dubovitskiy Date: Mon, 7 Aug 2023 00:22:58 -0700 Subject: Using esbuild.mjs for configuration Added example directory with a typescript program and open it by default in the extension host - its nice to have an isolated environment where the extension can be played with. You can always open an actual project folder if you want to --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index 2c7d1a27..c598750f 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -34,6 +34,7 @@ "request": "launch", "cwd": "${workspaceFolder}/extension", "args": [ + "${workspaceFolder}/extension/manual-testing-sandbox", "--extensionDevelopmentPath=${workspaceFolder}/extension", ], "outFiles": [ -- cgit v1.2.3-70-g09d2