diff options
author | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-08 13:42:57 -0700 |
---|---|---|
committer | Kirill Dubovitskiy <kirill2003de@gmail.com> | 2023-08-08 16:00:53 -0700 |
commit | f4ba68d5ce26463e6337822f8bf70e55a2d471d3 (patch) | |
tree | 9d4f78bcc570e81944004a755439062fb3a5177b /.vscode | |
parent | 5295d1214be20f49aeb7d525420b880e5721b87e (diff) | |
download | sncontinue-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.json | 1 |
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": [ |