Replies: 1 comment
-
You should have set it once for whichever is the correct one (check with the workshop instructions) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm using the latest version of SumatraPDF (v3.5.2) as my pdf viewer generated from VSCode Latex files, sometimes the reverse search command may fail. The following is the command line I used in the SumatraPDF:
"D:\Microsoft VS Code\Code.exe" "D:\Microsoft VS Code\resources\app\out\cli.js" --ms-enable-electron-run-as-node -r -g "%f:%l"
When it fails, I change to use the following command line:
"D:\Microsoft VS Code\Code.exe" -g "%f":"%l"
The above two commands cannot guarantee effectiveness all the time, but there is always one that can be used. This confuses me, why can't we set it once and for all?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions