Configring node js.

This commit is contained in:
Vahagn Khachatryan
2018-12-07 15:58:35 +00:00
parent eef20e4bdd
commit 4fa4328740
1501 changed files with 87070 additions and 0 deletions

7
.vscode/launch.json vendored
View File

@@ -4,6 +4,7 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
// {
// "name": "Launch index.html",
// "type": "firefox",
@@ -31,6 +32,12 @@
"reAttach": true,
"addonType": "webExtension",
"addonPath": "${workspaceFolder}/src"
},
{
"name": "Launch Node.JS",
"type": "node",
"request": "launch",
"program": "${file}"
}
]
}