Merge branch 'command-intellisense' of https://github.com/James-Yu/LaTeX-Workshop into command-intellisense

This commit is contained in:
James-Yu 2018-11-21 10:29:46 +08:00
commit 6cfa02d550

View File

@ -159,6 +159,7 @@ export class Command {
}
command.documentation = item.documentation
command.detail = item.detail
command.sortText = item.command.toLowerCase()
if (item.postAction) {
command.command = { title: 'Post-Action', command: item.postAction }
}