Visual Studio Code의 권장 확장 프로그램을 설정하는 기능
2682 단어 확장VisualStudioCode
Visual Studio Code의 권장 확장 프로그램을 설정하는 기능
Visual Studio Code를 사용하여 작업 공간에서 작업 할 때 .vscode/extensions.json
를 만들고 JSON 형식으로 Visual Studio Code 플러그인의 拡張機能ID
를 지정하여 작업 공간을 열 때 사용자에게 확장 기능을 추천할 수 있습니다.
예를 들어 gitlens
htps : // 기주 b. 코 m/에아모오/vs 코데기 tㄇ s/bぉb/마이/. vs 코데/에 x텐시온 s. j 그런 은 다음과 같은 내용으로 되어 있습니다.
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher",
"esbenp.prettier-vscode",
"ms-vscode.typescript-javascript-grammar"
]
}
이렇게 하면 gitlens 의 소스 코드 폴더를 Visual Studio Code에서 열 수 있다고 설명하는 拡張機能ID
가 권장됩니다.
ぁtps://마르케 tp.ゔぃすあ lsつぢお。 이 m/있어 ms? 있어 m 핥기 = d바에우메 r. vs 코데에 s s t
ぁtps://마르케 tp.ゔぃすあ lsつぢお。 이 m/있어 ms? 있어 m나메=에아모아오. tsl-p-ro b-m-ma-t-r
ぁtps://마르케 tp.ゔぃすあ lsつぢお。 이 m/있어 ms? 있어 m 핥기 = 에 s ben p. p r rvs 여기
ぁtps://마르케 tp.ゔぃすあ lsつぢお。 이 m/있어 ms? 그리고 m 핥기 = ms-vs 여기. ty psc pt-ya sc ptg rama r
참고 사이트
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.tsl-problem-matcher",
"esbenp.prettier-vscode",
"ms-vscode.typescript-javascript-grammar"
]
}
Reference
이 문제에 관하여(Visual Studio Code의 권장 확장 프로그램을 설정하는 기능), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/m-tmatma/items/29615d901efa2b6edf0d텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)