Initial Commit from VS Code
This commit is contained in:
@ -0,0 +1 @@
|
||||
bbff059dc29122cab1cfc8601add1e64
|
@ -0,0 +1 @@
|
||||
b74c72c828e11bcf14ba6fc84421b2ec
|
@ -0,0 +1 @@
|
||||
43f8f62897dae3cfd5f56601553b7690
|
@ -0,0 +1 @@
|
||||
adf7aa2e703bbcc6a1a71c1b78349503
|
@ -0,0 +1 @@
|
||||
b5829a50498658d2d43c513ceedc9901
|
@ -0,0 +1 @@
|
||||
8d1f751345fa395e13ebcac75a5cb469
|
@ -0,0 +1 @@
|
||||
df3d949bc731ea8a2f72472b781b79fa
|
0
.tscache/app/timestamp
Normal file
0
.tscache/app/timestamp
Normal file
21
.vscode/launch.json
vendored
Normal file
21
.vscode/launch.json
vendored
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user