提交 415c19c3 编写于 作者: J Johannes Rieken

use selection range for quick outline, #54857

上级 891e518f
......@@ -450,7 +450,7 @@ export class GotoSymbolHandler extends QuickOpenHandler {
// Add
results.push(new SymbolEntry(i,
label, icon, description, `symbol-icon ${icon}`,
element.range, null, this.editorService, this
element.selectionRange || element.range, null, this.editorService, this
));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册