Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- AntDesign
- map이 undefined가 뜰 때
- vite
- DataGridView 직접 입력
- mySQL_Replication
- invalid data
- pm2
- c# datagridview 데이터 넣기
- pm2 설치
- html #select #option #multiple
- mosquitto
- setInterval 중지
- pm2 확인
- react
- pm2 시작
- mosquitto.conf
- 데이터테이블 데이터 넣기
- pm2 상태 확인
- tailwind
- setInterval 외부 정지
- 서버동기화
- setInterval 정지
- setInterval clear
- 맥 어드레스
- allow_anonymouse
- datagridview 직접입력
- 1883
- listener 1883
- timepicker
- DatePicker
Archives
- Today
- Total
개발 노트
next.js vscode 성능 저하 , 속도 느림 본문
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 삭제
'React' 카테고리의 다른 글
vite 6 + react 19 에 tailwind.css 3.4 + antd 5.24 적용하기 (0) | 2025.02.24 |
---|---|
next error boundary / global error (0) | 2025.02.12 |
next14 - next-auth v5 (0) | 2024.12.09 |
NextAuth 로그인 (0) | 2024.12.03 |
Next auth와 Bearer 토큰 (0) | 2024.11.28 |