Snippets for align(ed) and gather(ed) environments are apparently broken for me. They look as if they contain interpolated shell code, which is not supported by vscode.
Steps to Reproduce:
Type ali or gat
Press Enter, and get
\begin{align`echo |grep math|
sed -e 's/.*math.*/ed/'`}
\end{alignecho |grep math| sed -e 's/.*math.*/ed/'}
https://code.visualstudio.com/docs/editor/userdefinedsnippets says that
> The snippet syntax follows the TextMate snippet syntax with the exceptions of 'interpolated shell code' and the use of \u; both are not supported.
Disable all the other extensions except for `LaTeX language support`, and check that you still see this issue? Yes.
Snippets for align(ed) and gather(ed) environments are apparently broken for me. They look as if they contain interpolated shell code, which is not supported by vscode.
Steps to Reproduce:
ali
orgat
\end{align
echo |grep math| sed -e 's/.*math.*/ed/'
}