소스 검색

Removes missing extension from recommendations

main
Eric Amodio 3 년 전
부모
커밋
5837d2a7e5
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -6
      .vscode/extensions.json

+ 1
- 6
.vscode/extensions.json 파일 보기

@ -1,10 +1,5 @@
{
// 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"
]
"recommendations": ["dbaeumer.vscode-eslint", "eamodio.tsl-problem-matcher", "esbenp.prettier-vscode"]
}

불러오는 중...
취소
저장