Update "go to file" icon ID.

This commit is contained in:
CismonX 2020-12-31 14:33:15 +08:00
parent 11b8bde3b1
commit cca9786748
Signed by: cismonx
GPG Key ID: 3094873E29A482FB
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ export default class FoldingRangeContext {
// Node identifier.
if (result[1] !== undefined) {
this.nodes.push(new vscode.CodeLens(lineNumToRange(lineNum), {
title: '$(search-goto-file) Goto node in preview',
title: '$(go-to-file) Goto node in preview',
command: 'texinfo.preview.goto',
arguments: [this.document, result[5]],
}));