Saran Tanpituckpong ✔️
Saran Tanpituckpong ✔️
**Request:** Firefox support.
When I use [`v`](https://github.com/LiuJi-Jim/vscode-vue/blob/067f046f61b080c9b20a2d965a43043f651badb8/snippets/snippets.json#L52) snippet, I get ```javascript : { ${1://content} } ``` That's incorrect. 😟 `: {\n\t${1://content\\}\n\\}\n` should be `: {\n\t${1://content}\n\\}\n` ❓
https://github.com/gluons/posh-yarn-completion/issues/3#issuecomment-608356187
**Describe the bug** When add `useNerdFont = true` in **rc.toml** (following [the guide](https://github.com/microsoft/inshellisense/blob/8dcc69b9382a69c25bd9248f2a41e9b0ea79792b/README.md#nerdfonts)), it raises an error. **My `~/.config/inshellisense/rc.toml` file:** ```toml useNerdFont = true ``` **Error:** **To Reproduce** Steps to...