提交 3c1503a2 编写于 作者: M Martin Aeschlimann

[CSS] User-Snippets are not listed by writing single line: fixes #7544

上级 2b247ccb
......@@ -164,6 +164,7 @@ export class SnippetsRegistry {
let currentFullWord = SnippetsRegistry.getNonWhitespacePrefix(model, position).toLowerCase();
let result : modes.ISuggestResult = {
currentWord: currentWord,
incomplete: currentWord.length === 0,
suggestions: []
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册