mirror of https://github.com/Squidex/squidex.git
3 changed files with 0 additions and 87 deletions
@ -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 |
|||
} |
|||
} |
|||
@ -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}" |
|||
} |
|||
] |
|||
} |
|||
@ -1,16 +0,0 @@ |
|||
{ |
|||
"version": "0.1.0", |
|||
"command": "dotnet", |
|||
"isShellCommand": true, |
|||
"args": [], |
|||
"tasks": [ |
|||
{ |
|||
"taskName": "build", |
|||
"args": [ |
|||
"${workspaceRoot}\\project.json" |
|||
], |
|||
"isBuildCommand": true, |
|||
"problemMatcher": "$msCompile" |
|||
} |
|||
] |
|||
} |
|||
Loading…
Reference in new issue