SMALL
https://github.com/vercel/next.js/discussions/38477
Nextjs project is very slow to save file in VS Code · vercel next.js · Discussion #38477
I am building the project with nextjs and antd, in VS Code it is very slow every time I save the file. I don't know why this is happening, does anyone know how to fix this?
github.com
문제 원인:
Next js사용 중 자동완성 및 복사 붙여넣기, 포맷팅의 속도가 느려지는 현상 발생
해결:
vscode의 extension과의 충돌 발생 -> extension삭제 후 해결완료
- Auto Import 삭제
- GitLens 삭제
- live Server 삭제
LIST
'일반' 카테고리의 다른 글
linux 파일 분할 압축 후 해제 (0) | 2025.03.26 |
---|---|
git lfs (Large File System) 설치 및 동작하기 (0) | 2025.03.25 |
20250311 (0) | 2025.03.11 |
vite 6 + react 19 에 tailwind.css 3.4 + antd 5.24 적용하기 (0) | 2025.02.24 |
next error boundary / global error (0) | 2025.02.12 |