mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
30 lines
897 B
JSON
30 lines
897 B
JSON
{
|
|
"editor.formatOnSave": false,
|
|
"files.eol": "\n",
|
|
"i18n-ally.sourceLanguage": "en",
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.localesPaths": [
|
|
"apps/server/src/assets/translations",
|
|
"apps/client/src/translations"
|
|
],
|
|
"npm.exclude": [
|
|
"**/dist",
|
|
],
|
|
"[jsonc]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "vscode.typescript-language-features"
|
|
},
|
|
"[css]": {
|
|
"editor.defaultFormatter": "vscode.css-language-features"
|
|
},
|
|
"github-actions.workflows.pinned.workflows": [
|
|
".github/workflows/nightly.yml"
|
|
],
|
|
"typescript.validate.enable": true,
|
|
"typescript.tsserver.experimental.enableProjectDiagnostics": true
|
|
} |