diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-08-09 14:58:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-09 14:58:33 -0700 |
commit | f79f815701c7c1ed04d1dfa84f61674d1ae1c5d9 (patch) | |
tree | d1583dd22a5bfb947b6ca951da0e3635d76c24e9 /.vscode/launch.json | |
parent | b59a8f51b09747130fcdb7970805c3b2829b49b6 (diff) | |
parent | f4ba68d5ce26463e6337822f8bf70e55a2d471d3 (diff) | |
download | sncontinue-f79f815701c7c1ed04d1dfa84f61674d1ae1c5d9.tar.gz sncontinue-f79f815701c7c1ed04d1dfa84f61674d1ae1c5d9.tar.bz2 sncontinue-f79f815701c7c1ed04d1dfa84f61674d1ae1c5d9.zip |
Merge pull request #358 from bra1nDump/environment-setup-documentation-update
Updated documentation for environment setup
Diffstat (limited to '.vscode/launch.json')
-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": [ |