VSCode has its own escaping mechanisms for snippets, which means that it will insert different text than intended. The main issue right now is its own backslash escaping mechanism doubles backslash escaping with our pending one. We do need to rely on VSCode escaping to be able to insert $.
VSCode has its own escaping mechanisms for snippets, which means that it will insert different text than intended. The main issue right now is its own backslash escaping mechanism doubles backslash escaping with our pending one. We do need to rely on VSCode escaping to be able to insert
$.