aboutsummaryrefslogtreecommitdiff
path: root/modern/.vscode
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 21:17:58 +1200
committerAnton Tananaev <anton.tananaev@gmail.com>2018-09-03 21:17:58 +1200
commit7e285b270ebc9e0dfb6e5922ff97ed0962953c54 (patch)
treeaaeea0356ae29aa81ecfcc42060901fa52d8a192 /modern/.vscode
parentb75f41963e9efb3fd0d0f7c1ee9c9d0003899349 (diff)
downloadetbsa-traccar-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.tar.gz
etbsa-traccar-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.tar.bz2
etbsa-traccar-web-7e285b270ebc9e0dfb6e5922ff97ed0962953c54.zip
Add Visual Studio Code config
Diffstat (limited to 'modern/.vscode')
-rw-r--r--modern/.vscode/launch.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/modern/.vscode/launch.json b/modern/.vscode/launch.json
new file mode 100644
index 0000000..9c243a0
--- /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