This commit is contained in:
2018-07-14 14:46:24 +01:00
parent f8cf602b91
commit 4fa254c4eb
10 changed files with 47 additions and 6 deletions

5
.vscode/launch.json vendored
View File

@@ -9,11 +9,10 @@
"type": "cppvsdbg",
"request": "launch",
"program": "${workspaceFolder}/psharp.exe",
"args": [],
"args": [ "test/main.php" ],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": true
"environment": []
}
]
}

View File

@@ -36,5 +36,8 @@
"cSpell.userWords": [
"belliash",
"codingworkshop",
]
],
"files.associations": {
"ph7int.h": "c"
}
}