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

eslint + prettier 세팅 후 vscode 느려짐 현상 #3

Open
DearYuto opened this issue Mar 6, 2024 · 2 comments
Open

eslint + prettier 세팅 후 vscode 느려짐 현상 #3

DearYuto opened this issue Mar 6, 2024 · 2 comments
Assignees

Comments

@DearYuto
Copy link
Owner

DearYuto commented Mar 6, 2024

이슈

vscode에서 파일 저장 할 때마다 Prettier - Code formatter 구성 실행 때문에 엄청 버벅거리는 현상

해결 방법

Format On Save 로 인해 발생하는 것으로 추정되며, 아래와 같이 세팅하면 된다고 하여 tsconfig 설정을 추가해주었다.

현재 해당 레포는 next 환경이 아니므로 node_modules 만 추가해주었는데 해결되지 않고 이후 문제 재발 시 이 이슈에 다시 기록할 예정. (현재는 잘 된다.)

// tsconfig.json
{
  "compilerOptions": { ... },
  // edited this
  "exclude": ["node_modules", ".next"]
}
@DearYuto DearYuto self-assigned this Mar 6, 2024
@jungsikjeong
Copy link

저도 동일하게해줬는데 여전히
스크린샷 2024-06-30 21-59-49

이렇게 나옵니다..ㅠㅠ
혹시 지금은 해결법 찾으셨나요?

@DearYuto
Copy link
Owner Author

DearYuto commented Jul 2, 2024

저도 동일하게해줬는데 여전히 스크린샷 2024-06-30 21-59-49

이렇게 나옵니다..ㅠㅠ 혹시 지금은 해결법 찾으셨나요?

이후에 제가 이슈를 추가 기록하지 않은 걸로봐서는
동일한 문제가 아직은 다시 발생하진 않은 것 같아서 해결 방법이 뭐다..!라고
명료하게 말씀드리진 못할 것 같네요 ㅠ. ㅠ..

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

No branches or pull requests

2 participants