Some tests for PSharp/psharp#2
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@@ -36,5 +36,8 @@
|
||||
"cSpell.userWords": [
|
||||
"belliash",
|
||||
"codingworkshop",
|
||||
]
|
||||
],
|
||||
"files.associations": {
|
||||
"ph7int.h": "c"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user