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

Support ${workspaceFolder} in settings #826

Open viccie30 opened 1 year ago

viccie30 commented 1 year ago

In my repository I have TeX files at multiple directory levels, so there is no one relative path to my latexindent config file. It is at a fixed relative path from the root of my workspace, but the texlab extension does not support substitution of ${workspaceFolder} or another way to specify the file relative to the root of the workspace. Would this be something you'd be willing to add?