提交 93939863 编写于 作者: J Johannes Rieken

show final tabstop

上级 3703614f
......@@ -129,7 +129,7 @@ class OneSnippet {
// so that in-active tabstops never grow
this._placeholderDecorations.forEach((id, placeholder) => {
if (!activePlaceholders.has(placeholder)) {
accessor.changeDecorationOptions(id, OneSnippet._decor.inactive);
accessor.changeDecorationOptions(id, placeholder.isFinalTabstop ? OneSnippet._decor.inactiveFinal : OneSnippet._decor.inactive);
}
});
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册