Merge pull request #78 from remcohaszing/remove-commented-code

Remove commented code
This commit is contained in:
Remco Haszing 2021-08-19 08:50:21 +02:00 committed by GitHub
commit df88461b0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,12 +65,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)
// )
// );
}