snippets
snippets copied to clipboard
Why does the machine make changes to the code after being invited?
Hello!
Why does it automatically insert a closed member if the given member is already closed?
Saved code:
<section>
<article>Test
<aside>Test</aside>
</article>
</section>
Code displayed after invitation, correct:
<section>
<article>Test
<aside>Test</aside>
</article>
</section>
Code displayed after invitation + 1 sec, INKORRECT:
<section></section>
<article>Test
<aside>Test</aside>
</article>
</section>
And no other plugins are turned on!
Thanks for your answer!
My settings.json:
{ "json.schemas": [
],
"editor.fontSize": 16,
"window.zoomLevel": 0,
"settingsSync.ignoredSettings": [],
"php.validate.executablePath": "",
"window.newWindowProfile": "ZiT3K"
}
Hey @ZiT3K, can you click on edit snippet and show me the screenshot for that.
I tried it locally and can't see to reproduce this, make sure Resolve Syntax is disabled (should already be the case as your snippet does not have variables or parameters). Feel free to reopen this is issue persists.