Browse Source

Remove .vscode dir.

scenegraph-after-breakage
Steven Kirk 9 years ago
parent
commit
d0bb03e672
  1. 23
      .vscode/launch.json
  2. 16
      .vscode/tasks.json

23
.vscode/launch.json

@ -1,23 +0,0 @@
{
"version": "0.2.0",
"configurations": [
{
"name": ".NET Core Launch (console)",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceRoot}\\samples\\ControlCatalog.NetCore\\bin\\Debug\\netcoreapp1.1\\ControlCatalog.NetCore.dll",
"args": [],
"cwd": "${workspaceRoot}\\samples\\ControlCatalog.NetCore",
"console": "internalConsole",
"stopAtEntry": false,
"internalConsoleOptions": "openOnSessionStart"
},
{
"name": ".NET Core Attach",
"type": "coreclr",
"request": "attach",
"processId": "${command:pickProcess}"
}
]
}

16
.vscode/tasks.json

@ -1,16 +0,0 @@
{
"version": "0.1.0",
"command": "dotnet",
"isShellCommand": true,
"args": [],
"tasks": [
{
"taskName": "build",
"args": [
"${workspaceRoot}\\samples\\ControlCatalog.NetCore\\ControlCatalog.NetCore.csproj"
],
"isBuildCommand": true,
"problemMatcher": "$msCompile"
}
]
}
Loading…
Cancel
Save