REACT_편집기(또는 모든 편집기)를 사용하여 VSCode 설정

Create React 앱을 사용하여 만든 응용 프로그램에 오류가 발생했을 때 오류 화면이 유용합니다.

브라우저의 오류를 누르면 편집기의 코드 줄로 바로 이동할 수 있습니다!하지만 편집기를 설정해야 합니다. 그렇지 않으면 아래의 오류를 볼 수 있습니다.
콘솔 오류:
Could not open SomeFile.js in the editor.
To set up the editor integration, add something like
REACT_EDITOR=atom to the .env.local file in your project
folder and restart the development server.
Learn more: https://goo.gl/MMTaZt
그렇다면 REACT\u 편집기를 사용하여 VSCode를 설정하는 방법은 무엇입니까?
1단계) 편집기를 터미널에서 열도록 설정
VSCode의 경우 명령 트레이(명령 키 + P)를 열고 를 입력합니다.
Continue Reading

좋은 웹페이지 즐겨찾기