Commit aaba4367 authored by Marc Gravell's avatar Marc Gravell

remove .vscode

parent 3f7e5466
......@@ -18,6 +18,7 @@ RedisQFork*.dat
StackExchange.Redis.*.zip
.idea/
.vs/
.vscode/
*.lock.json
test-results*.xml
packages/
......
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}\\BasicTest\\bin\\Debug\\netcoreapp1.0\\BasicTest.dll",
"args": [],
"cwd": "${workspaceRoot}",
"externalConsole": false,
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command.pickProcess}"
}
]
}
\ No newline at end of file
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\BasicTest\\BasicTest.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment