Skip to content

Commit

Permalink
update VS Code config
Browse files Browse the repository at this point in the history
  • Loading branch information
lieser committed Jun 12, 2022
1 parent 3b9e4c8 commit d825e9c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/cSpell.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Version of the setting file. Always 0.1
"version": "0.1",
// language - current active spelling language
"language": "en,uk",
"language": "en,de-de",
// words - list of words to be always considered correct
"words": [
"anonid",
Expand Down
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"davidanson.vscode-markdownlint",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"eg2.vscode-npm-script",
"hbenl.vscode-mocha-test-adapter",
"redhat.vscode-xml",
"spoonscen.es6-mocha-snippets",
"leighlondon.eml",
"aeschli.vscode-css-formatter",
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
"mocha-snippets.function-type": "function",
"mocha-snippets.glob": "**/*Spec.mjs.js",
"mocha-snippets.quote-type": "double",
"xml.format.splitAttributes": true,
}
1 change: 1 addition & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@
},
"exclude": [
"node_modules",
"thirdparty",
],
}

0 comments on commit d825e9c

Please sign in to comment.