mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-19 06:21:04 +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),
|
||||
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