From 1133457f6755e819802537b9bb755b0e743987a4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 22 Feb 2017 23:07:05 +0100 Subject: [PATCH] Ignore --- .vscode/settings.json | 29 ----------------------- src/Squidex/.vscode/launch.json | 42 --------------------------------- src/Squidex/.vscode/tasks.json | 16 ------------- 3 files changed, 87 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 src/Squidex/.vscode/launch.json delete mode 100644 src/Squidex/.vscode/tasks.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index eba65de8f..000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - // Controls if the editor shows reference information for the modes that support it - "editor.referenceInfos": false, - - // When opening a file, `editor.tabSize` and `editor.insertSpaces` will be detected based on the file contents. - "editor.detectIndentation": false, - - // Typescript version from local package to be consistent - "typescript.tsdk": "node_modules/typescript/lib", - - // Configure glob patterns for excluding files and folders. - "files.exclude": { - "_test-output": true, - "**/node_modules": true, - "**/artifacts": true, - "**/build": true, - "**/out": true, - "**/obj": true, - "**/bin": true, - "**/*.lock.json": true, - "**/*.bat": true, - "**/*.sln": true, - "**/*.sln.DotSettings": true, - "**/*.user": true, - "**/*.xproj": true, - "**/*.gitattributes": true, - ".vs:": true - } -} \ No newline at end of file diff --git a/src/Squidex/.vscode/launch.json b/src/Squidex/.vscode/launch.json deleted file mode 100644 index 5a0b001af..000000000 --- a/src/Squidex/.vscode/launch.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": ".NET Core Launch (web)", - "type": "coreclr", - "request": "launch", - "preLaunchTask": "build", - "program": "${workspaceRoot}\\bin\\Debug\\netcoreapp1.0\\Squidex.dll", - "args": [], - "cwd": "${workspaceRoot}", - "stopAtEntry": false, - "internalConsoleOptions": "openOnSessionStart", - "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/src/Squidex/.vscode/tasks.json b/src/Squidex/.vscode/tasks.json deleted file mode 100644 index 9cd37c150..000000000 --- a/src/Squidex/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "version": "0.1.0", - "command": "dotnet", - "isShellCommand": true, - "args": [], - "tasks": [ - { - "taskName": "build", - "args": [ - "${workspaceRoot}\\project.json" - ], - "isBuildCommand": true, - "problemMatcher": "$msCompile" - } - ] -} \ No newline at end of file