{
    "workbench.colorTheme": "Default High Contrast",
    "debug.allowBreakpointsEverywhere": true,
    "rust-analyzer.cargo.target": null,
    "rust-analyzer.cargoRunner": null,
    "http.proxyAuthorization": null,
    "http.proxy": "http://127.0.0.1:10081",
    "EIDE.ARM.INI.Path": "c:\\Keil\\TOOLS.INI",
    "EIDE.ARM.GCC.InstallDirectory": "c:\\LearnTarget\\LVGL\\LVGL-VSCODE",
    "tabnine.experimentalAutoImports": true,
    "cmake.configureOnOpen": true,
    "code-runner.runInTerminal": true,
    "go.toolsManagement.autoUpdate": true
}