summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorKirill Dubovitskiy <kirill2003de@gmail.com>2023-08-08 13:42:57 -0700
committerKirill Dubovitskiy <kirill2003de@gmail.com>2023-08-08 16:00:53 -0700
commitf4ba68d5ce26463e6337822f8bf70e55a2d471d3 (patch)
tree9d4f78bcc570e81944004a755439062fb3a5177b /.vscode
parent5295d1214be20f49aeb7d525420b880e5721b87e (diff)
downloadsncontinue-f4ba68d5ce26463e6337822f8bf70e55a2d471d3.tar.gz
sncontinue-f4ba68d5ce26463e6337822f8bf70e55a2d471d3.tar.bz2
sncontinue-f4ba68d5ce26463e6337822f8bf70e55a2d471d3.zip
Updated documentation to reflect the new fastest getting started path in VSCode
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 75ee1f7a..bbe1fd2e 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -44,6 +44,7 @@
"args": [
// Pass a directory to manually test in
"${workspaceFolder}/extension/manual-testing-sandbox",
+ "${workspaceFolder}/extension/manual-testing-sandbox/example.ts",
"--extensionDevelopmentPath=${workspaceFolder}/extension",
],
"outFiles": [