Uchiha-Senju
Uchiha-Senju
> I've tried adding the `tikz-feynman` package, but unfortunately it fails to work because the package relies on LuaTeX. I am not familiar with the details but [Feynhand](https://ctan.org/pkg/tikz-feynhand) is a...
@artisticat1 Could this be hot-fixed with a command that exports an alternate version of the file with the SVG files hard-linked in the document?
Also observed by @RobuxShooters ([comment](https://github.com/valentjn/vscode-ltex/issues/884#issuecomment-2286706723)) in #884
> "Fixable" by changing line 6556 in extension.js from: `return { command: ltexLsScriptPath, args: [], options: { 'env': env, shell: true } };` to: `return { command: '"'+ltexLsScriptPath+'"', args: [],...
> I've applied the above fix locally to the `extension.js` file but I am now encountering issues with whitespace instead in `%USERPROFILE%` upon restarting Visual Studio Code and the extension...