Skip to content

Commit

Permalink
vs code file nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
hmt committed Sep 9, 2024
1 parent 5239ba8 commit 25312a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Entwicklungsumgebungen/VS-Code/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Diese Einstellungen werden genutzt:
},
"css.lint.unknownAtRules": "ignore",
"css.validate": false,
// Diese Einstellung zeigt im File Explorer die in der package.json angelegten Scripte zur Ausführung an
"npm.packageManager": "npm",
"editor.tabCompletion": "on",
"editor.tabSize": 2,
Expand All @@ -108,5 +109,9 @@ Diese Einstellungen werden genutzt:
"java.compile.nullAnalysis.mode": "automatic",
"java.configuration.updateBuildConfiguration": "automatic",
"typescript.tsdk": "node_modules/typescript/lib"
// Um Dateien zu gruppieren, hier die UI-Komponenten mit Story und Test:
"explorer.fileNesting.patterns": {
"*.vue": "${capture}.story.vue, ${capture}.test.ts"
}
}
```

0 comments on commit 25312a5

Please sign in to comment.