We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0124cc3 commit d3e9cf1Copy full SHA for d3e9cf1
server/src/core/config.rs
@@ -66,7 +66,7 @@ impl Config {
66
Self {
67
refresh_mode: RefreshMode::Adaptive,
68
auto_save_delay: 1000,
69
- file_cache: false,
+ file_cache: true,
70
diag_missing_imports: DiagMissingImportsMode::All,
71
diag_only_opened_files: false,
72
addons: Vec::new(),
vscode/package.json
@@ -99,7 +99,7 @@
99
"Odoo.fileCache": {
100
"scope": "window",
101
"type": "boolean",
102
- "default": false,
+ "default": true,
103
"markdownDescription": "Enable file caching for files in workspace. It will reduce disk accesses, but it will use more memory (around 30% more)"
104
},
105
"Odoo.autocompletion.filterModelNames": {
0 commit comments