Skip to content

Commit 407cd65

Browse files
NikolasKomonenfbricon
authored andcommitted
xml.useCache preference for caching schema
Signed-off-by: Nikolas Komonen <[email protected]>
1 parent 9dd6753 commit 407cd65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ export function activate(context: ExtensionContext) {
117117
settings = JSON.parse(x);
118118
}
119119
settings['logs']['file'] = logfile;
120+
settings['useCache'] = true;
120121
return settings;
121122
}
122123
}

0 commit comments

Comments
 (0)