vscode: yet another refactor commit

This commit is contained in:
Veetaha
2020-02-05 00:13:46 +02:00
parent c9e1aab880
commit b89b22e43e
7 changed files with 30 additions and 35 deletions

View File

@@ -23,9 +23,9 @@ export class Config {
lruCapacity: null | number = null;
displayInlayHints = true;
maxInlayHintLength: null | number = null;
excludeGlobs = [];
excludeGlobs: string[] = [];
useClientWatching = true;
featureFlags = {};
featureFlags: Record<string, boolean> = {};
// for internal use
withSysroot: null | boolean = null;
cargoWatchOptions: CargoWatchOptions = {