Closed
Description
- VSCode Version: 1.3.1
- OS Version: Ubuntu 16.06
Steps to Reproduce:
- Install
Nunjucks
plugin. - Type
p
and press tab. \t
was inserted.
Expected Result:
p
expanded to<p></p>
.
I was looking for the setting to enable emmet
, but it seems hard-coded in the source (src/vs/workbench/parts/emmet/node/editorAccessor.ts#L20).
Can we modify this value through preference?
Thanks.