From f1b282cc40edbb010d510f96c787164b2c728403 Mon Sep 17 00:00:00 2001 From: SusCloudz <36931057+aafksab@users.noreply.github.com> Date: Sat, 8 Apr 2023 06:03:40 -0600 Subject: [PATCH] Delete .vscode directory --- .vscode/settings.json | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 388f055215f..00000000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "cortex-debug.enableTelemetry": false, - "cortex-debug.variableUseNaturalFormat": false, - "cortex-debug.showRTOS": true, - "cortex-debug.armToolchainPath": "C:/Users/ALEX.WATTS/f0/flipperzero-ufbt/.ufbt/toolchain/x86_64-windows/bin", - "cortex-debug.openocdPath": "C:/Users/ALEX.WATTS/f0/flipperzero-ufbt/.ufbt/toolchain/x86_64-windows/openocd/bin/openocd.EXE", - "cortex-debug.gdbPath": "C:/Users/ALEX.WATTS/f0/flipperzero-ufbt/.ufbt/toolchain/x86_64-windows/bin/arm-none-eabi-gdb-py.BAT", - "editor.formatOnSave": true, - "files.associations": { - "*.scons": "python", - "SConscript": "python", - "SConstruct": "python", - "*.fam": "python" - }, - "cortex-debug.registerUseNaturalFormat": false, - "python.analysis.typeCheckingMode": "off", - "[python]": { - "editor.defaultFormatter": "ms-python.black-formatter" - } -} \ No newline at end of file