소스 검색

删除无用的vscode配置文件

zhangzhijie 2 달 전
부모
커밋
b85e279383
2개의 변경된 파일3개의 추가작업 그리고 6개의 파일을 삭제
  1. 3 0
      .gitignore
  2. 0 6
      .vscode/settings.json

+ 3 - 0
.gitignore

@@ -1,3 +1,6 @@
+# VSCode local config
+.vscode/
+
 # ROS 2 工作空间编译产物
 /guguji_ros2_ws/build/
 /guguji_ros2_ws/install/

+ 0 - 6
.vscode/settings.json

@@ -1,6 +0,0 @@
-{
-  "idf.customExtraVars": {}
-}
-
-    "idf.currentSetup": "/home/corvin/.espressif/v6.0.1/esp-idf"
-}