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