mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-07-06 03:20:43 +00:00
Merge pull request #78 from remcohaszing/remove-commented-code
Remove commented code
This commit is contained in:
commit
df88461b0c
1 changed files with 0 additions and 8 deletions
|
|
@ -65,12 +65,4 @@ export function setupMode(defaults: LanguageServiceDefaultsImpl): void {
|
||||||
new languageFeatures.DiagnosticsAdapter(languageId, worker, defaults),
|
new languageFeatures.DiagnosticsAdapter(languageId, worker, defaults),
|
||||||
languages.setLanguageConfiguration(languageId, richEditConfiguration),
|
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