aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.code-workspace
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2021-02-25 18:28:27 +0200
committertranstrike <transtrike@gmail.com>2021-02-25 18:28:27 +0200
commit643100766cabc497b3cda27127ae829545f2bd0c (patch)
treee2b7c345f1313caa5e74d53c50a9fe523ac2c80f /src/DevHive.code-workspace
parent1ea0a16317973df707ad16dcb3e916ebb9e1a13e (diff)
downloadDevHive-643100766cabc497b3cda27127ae829545f2bd0c.tar
DevHive-643100766cabc497b3cda27127ae829545f2bd0c.tar.gz
DevHive-643100766cabc497b3cda27127ae829545f2bd0c.zip
New rule added
Diffstat (limited to 'src/DevHive.code-workspace')
-rw-r--r--src/DevHive.code-workspace10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/DevHive.code-workspace b/src/DevHive.code-workspace
index 8511609..72c2301 100644
--- a/src/DevHive.code-workspace
+++ b/src/DevHive.code-workspace
@@ -15,7 +15,7 @@
{
"name": "Common",
"path": "./Common"
- },
+ }
],
"settings": {
"files.exclude": {
@@ -23,14 +23,14 @@
"**/bin": true,
"**/obj": true,
- ".gitignore" : true,
+ ".gitignore": true
},
"code-runner.fileDirectoryAsCwd": true,
"dotnet-test-explorer.runInParallel": true,
"dotnet-test-explorer.testProjectPath": "**/*.Tests.csproj",
"omnisharp.enableEditorConfigSupport": true,
"omnisharp.enableRoslynAnalyzers": true,
- "prettier.useEditorConfig": true,
+ "prettier.useEditorConfig": true
},
"launch": {
"configurations": [
@@ -45,8 +45,8 @@
"stopAtEntry": false,
"env": {
"ASPNETCORE_ENVIRONMENT": "Development"
- },
- },
+ }
+ }
// {
// "name": "Launch Data Tests",
// "type": "coreclr",