Fix #229 Add TAB icon to LaTeX title bar

This commit is contained in:
James-Yu 2017-08-05 10:13:43 +08:00
parent 0cf0e7c057
commit e5d8e48094
2 changed files with 10 additions and 1 deletions

1
icons/pdf.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 42 KiB

View File

@ -136,7 +136,8 @@
{
"command": "latex-workshop.tab",
"title": "View PDF file in new tab",
"category": "LaTeX Workshop"
"category": "LaTeX Workshop",
"icon": "./icons/pdf.svg"
},
{
"command": "latex-workshop.synctex",
@ -380,6 +381,13 @@
"command": "latex-workshop.actions",
"group": "navigation@102"
}
],
"editor/title": [
{
"when": "editorLangId == latex",
"command": "latex-workshop.tab",
"group": "navigation"
}
]
},
"views": {