Skip to content

Commit

Permalink
other(dx): make example code workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
lemredd committed Dec 15, 2022
1 parent c8848f2 commit a60eb96
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions calculator.code-workspace.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"extensions": {
"recommendations": ["Vue.volar", "Vue.vscode-typescript-vue-plugin"]
},
"folders": [
// { "name": "root", "path": "." },
// { "name": "components", "path": "./src/components" },
// { "name": "General Test Directory", "path": "./tests" },
],
"settings": {
"editor.tabSize": 4,
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.renderWhitespace": "all",
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/Thumbs.db": true,
"**/dist": true,
"**/node_modules": true
},
"scss.lint.unknownAtRules": "ignore"
}
}

0 comments on commit a60eb96

Please sign in to comment.