Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ZiT3K opened this issue Sep 26, 2024 · 1 comment
Open

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

ZiT3K opened this issue Sep 26, 2024 · 1 comment

Comments

@ZiT3K
Copy link

ZiT3K commented Sep 26, 2024

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"

}

@tahabasri
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants