Configuring VSCode to work with Minted (LaTeX), Conflict packages
Problem
I’m using VSCode to write my latex documents, and I’m using the minted
package to highlight my code. However, I found that the minted
package is not working. The error that I got was
1 | \usepackage{enumitem} |
It works fine on overleaf. But I personally like to work on vscode for additional vscode extensions and shortcuts.
Link for reading of the fix: https://leportella.com/minted-vscode/
Thanks for reading