We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
vscode에서 파일 저장 할 때마다 Prettier - Code formatter 구성 실행 때문에 엄청 버벅거리는 현상
Format On Save 로 인해 발생하는 것으로 추정되며, 아래와 같이 세팅하면 된다고 하여 tsconfig 설정을 추가해주었다.
Format On Save
현재 해당 레포는 next 환경이 아니므로 node_modules 만 추가해주었는데 해결되지 않고 이후 문제 재발 시 이 이슈에 다시 기록할 예정. (현재는 잘 된다.)
// tsconfig.json { "compilerOptions": { ... }, // edited this "exclude": ["node_modules", ".next"] }
The text was updated successfully, but these errors were encountered:
저도 동일하게해줬는데 여전히
이렇게 나옵니다..ㅠㅠ 혹시 지금은 해결법 찾으셨나요?
Sorry, something went wrong.
저도 동일하게해줬는데 여전히 이렇게 나옵니다..ㅠㅠ 혹시 지금은 해결법 찾으셨나요?
이후에 제가 이슈를 추가 기록하지 않은 걸로봐서는 동일한 문제가 아직은 다시 발생하진 않은 것 같아서 해결 방법이 뭐다..!라고 명료하게 말씀드리진 못할 것 같네요 ㅠ. ㅠ..
DearYuto
No branches or pull requests
이슈
vscode에서 파일 저장 할 때마다 Prettier - Code formatter 구성 실행 때문에 엄청 버벅거리는 현상
해결 방법
Format On Save
로 인해 발생하는 것으로 추정되며, 아래와 같이 세팅하면 된다고 하여 tsconfig 설정을 추가해주었다.현재 해당 레포는 next 환경이 아니므로 node_modules 만 추가해주었는데 해결되지 않고 이후 문제 재발 시 이 이슈에 다시 기록할 예정. (현재는 잘 된다.)
The text was updated successfully, but these errors were encountered: