Skip to content

Commit

Permalink
update IDE settings
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Sep 5, 2021
1 parent 140d2ce commit 8fbafa6
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,23 @@
"**/*.csproj.user": true
},

// search settings
// search settings, auto excludes files.exclude
"search.exclude": {
// auto excludes files.exclude
"**/_site/**": true
},

// editor settings
"editor.codeLens": false,
"editor.formatOnPaste": true,
"terminal.integrated.defaultProfile.windows": "Git Bash",

// language settings
"dotnet-test-explorer.testProjectPath": "**/*Tests*.csproj",
"scss.validate": false, // false-positives on SCSS files with Jekyll front matter
"scss.validate": false, // false-positives on SCSS files with Jekyll front matter

// markdown settings
"markdownlint.config": {
"MD033": false, // no-inline-html
"MD025": false // single-title/single-h1 --> fails with front-matter
},
"markdownlint.ignore": [
"404.md",
]
"MD033": false, // no-inline-html
"MD025": false // single-title/single-h1 --> fails with front-matter
}
}

0 comments on commit 8fbafa6

Please sign in to comment.