Skip to content

Commit

Permalink
Fix typo in languageId preventing rootFile detection
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Jun 11, 2020
1 parent e641adf commit 0b68e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export class Manager {
}

hasTexId(id: string) {
return ['tex', 'latex', 'latex-expl3', 'doctex', 'jlsweave', 'rsweave'].includes(id)
return ['tex', 'latex', 'latex-expl3', 'doctex', 'jlweave', 'rsweave'].includes(id)
}

private workspaceRootDir: string = ''
Expand Down

0 comments on commit 0b68e8a

Please sign in to comment.