2023-04-11 00:17:37 +08:00
|
|
|
{
|
2025-01-09 18:07:02 +02:00
|
|
|
"editor.formatOnSave": false,
|
|
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
|
|
"files.eol": "\n",
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"i18n-ally.localesPaths": ["./src/public/translations", "./translations"],
|
|
|
|
"[jsonc]": {
|
|
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
|
|
},
|
|
|
|
"[javascript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"[typescript]": {
|
|
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
|
|
},
|
|
|
|
"github-actions.workflows.pinned.workflows": [".github/workflows/nightly.yml"],
|
|
|
|
"[css]": {
|
|
|
|
"editor.defaultFormatter": "vscode.css-language-features"
|
2025-02-12 12:06:55 +02:00
|
|
|
},
|
2025-03-06 21:19:35 +02:00
|
|
|
"npm.exclude": [
|
|
|
|
"**/build",
|
|
|
|
"**/dist",
|
|
|
|
"**/out/**"
|
|
|
|
],
|
|
|
|
"[xml]": {
|
|
|
|
"editor.defaultFormatter": "redhat.vscode-xml"
|
|
|
|
}
|
2024-03-06 07:17:51 +01:00
|
|
|
}
|