From 8d838eaae1ce5f386f1b3820c5b3fb04e522c7d2 Mon Sep 17 00:00:00 2001 From: dboerlage Date: Fri, 14 Apr 2017 22:19:37 +0200 Subject: [PATCH] removed vscode stuff --- .vscode/launch.json | 53 ------------------------------------------- .vscode/tasks.json | 17 -------------- Geekbot.net.userprefs | 13 ----------- 3 files changed, 83 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/tasks.json delete mode 100644 Geekbot.net.userprefs diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 9649426..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - - { - "name": ".NET Core Launch (console)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceRoot}/Geekbot.net/bin/Debug/netcoreapp1.1/Geekbot.net.dll", - "args": [], - "cwd": "${workspaceRoot}", - "stopAtEntry": false, - "console": "internalConsole" - }, - { - "name": ".NET Core Launch (web)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceRoot}/bin/Debug//Geekbot.net.dll", - "args": [], - "cwd": "${workspaceRoot}", - "stopAtEntry": false, - "launchBrowser": { - "enabled": true, - "args": "${auto-detect-url}", - "windows": { - "command": "cmd.exe", - "args": "/C start ${auto-detect-url}" - }, - "osx": { - "command": "open" - }, - "linux": { - "command": "xdg-open" - } - }, - "env": { - "ASPNETCORE_ENVIRONMENT": "Development" - }, - "sourceFileMap": { - "/Views": "${workspaceRoot}/Views" - } - }, - { - "name": ".NET Core Attach", - "type": "coreclr", - "request": "attach", - "processId": "${command:pickProcess}" - } - ] -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 33256db..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "0.1.0", - "command": "dotnet", - "isShellCommand": true, - "args": [], - "tasks": [ - { - "taskName": "build", - "args": [ ], - "isBuildCommand": true, - "showOutput": "silent", - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file diff --git a/Geekbot.net.userprefs b/Geekbot.net.userprefs deleted file mode 100644 index 1e16140..0000000 --- a/Geekbot.net.userprefs +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file