Cleo tweaks

This commit is contained in:
Matthew Bessette
2026-07-28 12:13:24 -04:00
parent 53c6bf735d
commit 3d55a968d0
4 changed files with 100 additions and 16 deletions
+35 -2
View File
@@ -8,7 +8,7 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "biomejs.biome",
"extensions.autoUpdate": false,
"extensions.autoUpdate": "off",
"extensions.autoCheckUpdates": false,
"extensions.ignoreRecommendations": false,
"denyCommands": ["code --install-extension*"],
@@ -62,8 +62,41 @@
"oxc.disableNestedConfig": true,
"js/ts.updateImportsOnFileMove.enabled": "always",
"js/ts.experimental.useTsgo": true,
"js/ts.tsdk.path": "~/.npm-global/lib/node_modules/typescript",
"workbench.iconTheme": "vscode-icons",
"update.mode": "none",
"i18n-ally.displayLanguage": "en-US",
"remote.SSH.configFile": "~/.config/ssh.conf"
"remote.SSH.configFile": "~/.config/ssh.conf",
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/.DS_Store": true,
"**/.vscode": true,
"**/node_modules": true,
"**/dist": true,
"**/.next": true,
"**/.expo": true,
"**/coverage": true,
"**/staticfiles": true,
"**/.ruff_cache": true,
"**/__pycache__": true,
"**/__generated__": true,
"**/*.tsbuildinfo": true,
"**/.env": true,
"**/.envrc": true,
"**/logs": true,
"**/*.log": true,
"**/*.gz": true,
"**/android": true,
"**/ios": true,
"**/scripts/dev-data-loader/data/*.dump": true,
"**/frontends/cleo-app/src/scratch": true,
"**/frontends/cleo-app/checksum-local": true,
"**/earthly": true,
"**/infra-space/applications/terraform.tfstate": true,
"**/.venv": true,
"**/services/ory/config-management/kratos": true,
"**/services/ory/config-management/satosa": true
}
}