Martin Aeschlimann %!s(int64=4) %!d(string=hai) anos
pai
achega
3f845fdad1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/languageFeatures.ts

+ 1 - 1
src/languageFeatures.ts

@@ -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
 }