diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 21:17:58 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-09-03 21:17:58 +1200 |
commit | 7e285b270ebc9e0dfb6e5922ff97ed0962953c54 (patch) | |
tree | aaeea0356ae29aa81ecfcc42060901fa52d8a192 /modern | |
parent | b75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (diff) | |
download | trackermap-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.tar.gz trackermap-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.tar.bz2 trackermap-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.zip |
Add Visual Studio Code config
Diffstat (limited to 'modern')
-rw-r--r-- | modern/.vscode/launch.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/modern/.vscode/launch.json b/modern/.vscode/launch.json new file mode 100644 index 00000000..9c243a03 --- /dev/null +++ b/modern/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:3000", + "webRoot": "${workspaceFolder}" + } + ] +}
\ No newline at end of file |