Remove commented code

This commit is contained in:
Remco Haszing 2021-08-18 16:04:56 +02:00
parent 26b0d6ea96
commit 3dc04e2150
No known key found for this signature in database
GPG key ID: 40D9F5FE9155FD3C

View file

@ -69,12 +69,4 @@ export function setupMode(defaults: LanguageServiceDefaultsImpl): void {
new languageFeatures.DiagnosticsAdapter(languageId, worker, defaults),
languages.setLanguageConfiguration(languageId, richEditConfiguration),
);
// Color adapter should be necessary most of the time:
// disposables.push(
// languages.registerColorProvider(
// languageId,
// new languageFeatures.DocumentColorAdapter(worker)
// )
// );
}