Skip to content

Commit aa308b1

Browse files
author
palladas
committed
minor changes to project settings
1 parent 6f08e1d commit aa308b1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "node",
99
"request": "launch",
1010
"name": "Launch Program",
11-
"program": "${workspaceFolder}/asyncWithCallback.js",
11+
"program": "${workspaceFolder}/eventDrivenReadFile/eventDrivenReadFile.js",
1212
"outFiles": [
1313
"${workspaceFolder}/**/*.js"
1414
]

Msc Thesis Examples.code-workspace

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"folders": [
3+
{
4+
"path": "."
5+
}
6+
],
7+
"settings": {}
8+
}

0 commit comments

Comments
 (0)