Sergio Pereda Saviñón

Results 9 comments of Sergio Pereda Saviñón

![image](https://github.com/microsoft/vscode/assets/1543053/d223deca-7ae4-4203-b655-42e4986b0670) I just want to add a screenshot for this ticket. and i will try the Extension Bisect. git config --list ``` diff.astextplain.textconv=astextplain filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs smudge --...

@lszomoru i found a warning in vs code git output: "warning: git-credential-manager-core was renamed to git-credential-manager", so i found in my %USERPROFILE%/.gitconfig removed all my helpers for credentials and now...

And responding your question @lszomoru yes i disabled all extensions and i had the same problem git responses too slow, 5 - 8 seconds.

Im not pretty sure my problem is solved. this git command sometimes take a while to finish. `2023-06-21 08:44:15.100 [info] > git config --get commit.template [6259ms]`

I found something... maybe it helps why is happening but not the resolution of the case. When i left the browser window open i see in the console trying to...

Deleted `node_modes/` and package-lock.json after `npm run dev` when I browse the app this error appears: ``` ERROR 1:44:44 AM [vite] Internal server error: Failed to resolve import "./chunk-A5ICIBVI.js" from...

Let me check downgrading the version and post the results. @hotrungnhan

I was able to replicate this case. I have three different layouts in my application, in the app.vue file if I leave NuxtSnackbar inside NuxtLayout when the layout is changed...

And looking the DOM inside dev tools, i see when render new DOM with NuxtSnackbar inside NuxtLayout it renders again and thats the moment where the messages do not appear...