Explorar el Código

限制文件跟踪

xuxinyi hace 9 meses
padre
commit
9b71102b1a
Se han modificado 3 ficheros con 3 adiciones y 40 borrados
  1. 3 1
      .gitignore
  2. 0 30
      .vscode/launch.json
  3. 0 9
      .vscode/settings.json

+ 3 - 1
.gitignore

@@ -1 +1,3 @@
-build/
+build/
+.idea/
+.vscode/

+ 0 - 30
.vscode/launch.json

@@ -1,30 +0,0 @@
-{
-    "configurations": [
-        {
-            "name": "(gdb) 启动",
-            "type": "cppdbg",
-            "request": "launch",
-            "program": "输入程序名称,例如 ${workspaceFolder}/a.exe",
-            "args": [],
-            "stopAtEntry": false,
-            "cwd": "${fileDirname}",
-            "environment": [],
-            "externalConsole": false,
-            "MIMode": "gdb",
-            "miDebuggerPath": "/path/to/gdb",
-            "setupCommands": [
-                {
-                    "description": "为 gdb 启用整齐打印",
-                    "text": "-enable-pretty-printing",
-                    "ignoreFailures": true
-                },
-                {
-                    "description": "将反汇编风格设置为 Intel",
-                    "text": "-gdb-set disassembly-flavor intel",
-                    "ignoreFailures": true
-                }
-            ]
-        }
-    ],
-    "version": "2.0.0"
-}

+ 0 - 9
.vscode/settings.json

@@ -1,9 +0,0 @@
-{
-    "idf.espIdfPathWin": "d:\\ESP32\\v5.3.2\\esp-idf",
-    "idf.toolsPathWin": "C:\\Users\\QINGJUE\\.espressif",
-    "idf.openOcdConfigs": [
-        "board/esp32s3-builtin.cfg"
-    ],
-    "idf.portWin": "COM42",
-    "idf.flashType": "UART"
-}