Initial Commit from VS Code

This commit is contained in:
Matjaz
2017-09-06 20:26:13 +02:00
parent 20cf9a8148
commit 3ff6c33826
9 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1 @@
bbff059dc29122cab1cfc8601add1e64

View File

@ -0,0 +1 @@
b74c72c828e11bcf14ba6fc84421b2ec

View File

@ -0,0 +1 @@
43f8f62897dae3cfd5f56601553b7690

View File

@ -0,0 +1 @@
adf7aa2e703bbcc6a1a71c1b78349503

View File

@ -0,0 +1 @@
b5829a50498658d2d43c513ceedc9901

View File

@ -0,0 +1 @@
8d1f751345fa395e13ebcac75a5cb469

View File

@ -0,0 +1 @@
df3d949bc731ea8a2f72472b781b79fa

0
.tscache/app/timestamp Normal file
View File

21
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
// Use IntelliSense to learn about possible Node.js debug 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": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}\\bin\\www",
"cwd": "${workspaceRoot}"
},
{
"type": "node",
"request": "attach",
"name": "Attach to Process",
"port": 5858
}
]
}