mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-09-18 05:44:19 +00:00
Remove commented code
This commit is contained in:
parent
26b0d6ea96
commit
3dc04e2150
1 changed files with 0 additions and 8 deletions
|
|
@ -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)
|
||||
// )
|
||||
// );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue