{ "folders": [ { "path": "." } ], "settings": { "files.autoGuessEncoding": true, "C_Cpp.default.configurationProvider": "cl.eide", "C_Cpp.errorSquiggles": "disabled", "files.associations": { ".eideignore": "ignore", "*.a51": "a51", "*.h": "c", "*.c": "c", "*.hxx": "cpp", "*.hpp": "cpp", "*.c++": "cpp", "*.cpp": "cpp", "*.cxx": "cpp", "*.cc": "cpp" }, "[yaml]": { "editor.insertSpaces": true, "editor.tabSize": 4, "editor.autoIndent": "advanced" }, "workbench.colorCustomizations": { "editor.background": "#031110a3", "editor.lineHighlightBackground": "#1073cf06", "editor.lineHighlightBorder": "#9fced11f", "activityBar.background": "#4C2117", "titleBar.activeBackground": "#6A2E21", "titleBar.activeForeground": "#FDF9F8" }, "EIDE.RISCV.InstallDirectory": "YOUR_WCH_RISCV_GCC_PATH", "EIDE.OpenOCD.ExePath": "YOUR_WCH_OPENOCD_PATH" } }