mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
fix scope
This commit is contained in:
parent
d5515f3fae
commit
3f845fdad1
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ function toTextEdit(textEdit: htmlService.TextEdit): editor.ISingleEditOperation
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
function toCommand(c: cssService.Command | undefined): languages.Command {
|
function toCommand(c: htmlService.Command | undefined): languages.Command {
|
||||||
return c && c.command === 'editor.action.triggerSuggest' ? { id: c.command, title: c.title, arguments: c.arguments } : undefined
|
return c && c.command === 'editor.action.triggerSuggest' ? { id: c.command, title: c.title, arguments: c.arguments } : undefined
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue