latex-lsp / texlab-vscode

LaTeX for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=efoerster.texlab
GNU General Public License v3.0
89 stars 4 forks source link

Lazily load extension after opening tex files #523

Closed septatrix closed 2 years ago

septatrix commented 3 years ago

I noticed that the texlab extension loads on startup even if not tex files have been opened yet. Code should allow to load extensions only once a corresponding file has been opened. If that is possible to use with the language server than that would increase startup time for all users in case they are not working on tex.

image

pfoerster commented 2 years ago

Sorry for the late response. e3b82819603d24c31f7d73ec7b1e854a4260ac7b fixes the issue.

I will publish a new release tomorrow.

pfoerster commented 2 years ago

Fixed with the 3.3.2 release of the extension.