mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
Remove now unneeded any
This commit is contained in:
@@ -161,7 +161,7 @@ export default class FileConfigurationManager {
|
|||||||
importModuleSpecifierPreference: getImportModuleSpecifierPreference(preferences),
|
importModuleSpecifierPreference: getImportModuleSpecifierPreference(preferences),
|
||||||
disableSuggestions: disableSuggestionsPreference(config),
|
disableSuggestions: disableSuggestionsPreference(config),
|
||||||
allowTextChangesInNewFiles: document.uri.scheme === 'file'
|
allowTextChangesInNewFiles: document.uri.scheme === 'file'
|
||||||
} as any; // TODO: waiting for offical TS d.ts with allowTextChangesInNewFiles
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user