소스 검색

chore: add recommended extensions for vscode

Daniel Gibbs 3 년 전
부모
커밋
6838d1d4bd
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      .vscode/extensions.json

+ 11 - 0
.vscode/extensions.json

@@ -0,0 +1,11 @@
+{
+    "recommendations": [
+        "ms-python.python",
+        "editorconfig.editorconfig",
+        "yzhang.markdown-all-in-one",
+        "esbenp.prettier-vscode",
+        "timonwong.shellcheck",
+        "foxundermoon.shell-format",
+        "redhat.vscode-yaml"
+    ]
+}