diff --git a/.vscode/launch.json b/.vscode/launch.json index ad2e588cb5..8d2f517df7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -55,7 +55,7 @@ "type": "cortex-debug", "request": "launch", "cwd": "${workspaceFolder}/firmware", - "executable": "${workspaceRoot}/firmware/build/rusefi.elf", + "executable": "${workspaceRoot}/firmware/build/fome.elf", "device": "STM32F407V", "v1": false, "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F405.svd", @@ -69,7 +69,7 @@ "type": "cortex-debug", "request": "launch", "cwd": "${workspaceFolder}/firmware", - "executable": "${workspaceRoot}/firmware/build/rusefi.elf", + "executable": "${workspaceRoot}/firmware/build/fome.elf", "device": "STM32F429Z", "v1": false, "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F427.svd", @@ -83,7 +83,7 @@ "type": "cortex-debug", "request": "launch", "cwd": "${workspaceFolder}/firmware", - "executable": "${workspaceRoot}/firmware/build/rusefi.elf", + "executable": "${workspaceRoot}/firmware/build/fome.elf", "device": "STM32F767V", "v1": false, "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32F7x7.svd", @@ -97,7 +97,7 @@ "type": "cortex-debug", "request": "launch", "cwd": "${workspaceFolder}/firmware", - "executable": "${workspaceRoot}/firmware/build/rusefi.elf", + "executable": "${workspaceRoot}/firmware/build/fome.elf", "device": "STM32H743V", "v1": false, "svdFile": "${workspaceRoot}/firmware/ext/cmsis-svd/data/STMicro/STM32H743x.svd", diff --git a/.vscode/settings.json b/.vscode/settings.json index 7e02c7bad1..05cda33b28 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,18 +1,4 @@ { - "files.associations": { - "xstring": "cpp", - "ios": "cpp", - "xlocale": "cpp", - "xtr1common": "cpp", - "xiosbase": "cpp", - "deque": "cpp", - "forward_list": "cpp", - "list": "cpp", - "system_error": "cpp", - "vector": "cpp", - "xhash": "cpp", - "xtree": "cpp" - }, "editor.detectIndentation": false, "editor.insertSpaces": false, "files.exclude": {