Open mspusta78 opened 5 years ago
[Workaround for who wants to use it in recent versions of Codium/VSCode] I wanted to install the extension in my current version of Codium (1.49.1) under Linux but it wasn't recognized. It still works, here is how I did it:
codium --install-extension ./tsvetan-ganev.nativescript-xml-snippets-1.0.7.vsix
(Codium)
or
code --install-extension ./tsvetan-ganev.nativescript-xml-snippets-1.0.7.vsix
(VSCode)~/.vscode-oss/extensions/tsvetan-ganev.nativescript-xml-snippets-1.0.7/
(Codium)
or ~/.vscode/extensions/tsvetan-ganev.nativescript-xml-snippets-1.0.7/
(VSCode)package.json
Replace
"engines": { "vscode": "0.10.x" }
by
"engines": { "vscode": "^1.40.0" }
Note: This can be changed in the source code if you want to fork it.vsixmanifest
(it is hidden)
Replace
<Property Id="Microsoft.VisualStudio.Code.Engine"> Value="0.10.x" />
by
<Property Id="Microsoft.VisualStudio.Code.Engine"> Value="^1.40.0" />
After the update of VS Code on 4/4 to Version 1.33.0 (1.33.0)
this extension stopped working. Does anyone have any suggestions? Typing "ns" in the XML doesn't bring up any elements options