snippets icon indicating copy to clipboard operation
snippets copied to clipboard

Why does the machine make changes to the code after being invited?

Open ZiT3K opened this issue 1 year ago • 1 comments

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"

}

ZiT3K avatar Sep 26 '24 17:09 ZiT3K

Hey @ZiT3K, can you click on edit snippet and show me the screenshot for that.

tahabasri avatar Oct 01 '24 22:10 tahabasri

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.

tahabasri avatar Mar 16 '25 23:03 tahabasri