mirror of
https://github.com/guilhermewerner/http
synced 2025-08-04 01:23:50 +00:00
Remove unused files
This commit is contained in:
19
.vscode/launch.json
vendored
19
.vscode/launch.json
vendored
@@ -1,19 +0,0 @@
|
|||||||
{
|
|
||||||
"version": "0.2.0",
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Debug",
|
|
||||||
"type": "cppvsdbg",
|
|
||||||
"request": "launch",
|
|
||||||
"program": "${workspaceFolder}/Binaries/debug/HttpServer",
|
|
||||||
"windows": {
|
|
||||||
"program": "${workspaceFolder}/Binaries/debug/HttpServer.exe",
|
|
||||||
},
|
|
||||||
"args": [],
|
|
||||||
"stopAtEntry": false,
|
|
||||||
"cwd": "${workspaceFolder}/Binaries/debug",
|
|
||||||
"environment": [],
|
|
||||||
"console": "externalTerminal"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
@@ -1 +0,0 @@
|
|||||||
#!/usr/bin/env pwsh
|
|
@@ -1 +0,0 @@
|
|||||||
#!/usr/bin/env sh
|
|
@@ -1,8 +0,0 @@
|
|||||||
{
|
|
||||||
"folders": [
|
|
||||||
{
|
|
||||||
"path": "."
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"settings": {}
|
|
||||||
}
|
|
Reference in New Issue
Block a user