VS code 背景设置

image

 

{
  "workbench.colorCustomizations": {
    "editor.background": "#C7EDCC",
    "sideBar.background": "#FAF9DE"
    //"activityBar.background":"#EAEAEF"
  },
  "workbench.colorTheme": "Visual Studio Light",
  "git.path": "C://Program Files//Git//bin//git.exe",
  "git.suggestSmartCommit": false,
  "redhat.telemetry.enabled": true,
  "gitlens.gitCommands.skipConfirmations": [
    "fetch:command",
    "stash-push:command",
    "switch:command"
  ],
  "fittencode.languagePreference.displayPreference": "zh-cn",
  "fittencode.languagePreference.commentPreference": "zh-cn",
  "gitlens.home.preview.enabled": false,
  "EIDE.OpenOCD.ExePath": "${userRoot}/.eide/tools/openocd_7a1adfbec_mingw32/bin/openocd.exe",
  "EIDE.ARM.GCC.InstallDirectory": "${userRoot}/.eide/tools/gcc_arm",
  "EIDE.Cppcheck.ExecutablePath": "${userRoot}/.eide/tools/cppcheck/cppcheck.exe",
  "EIDE.STLink.ExePath": "${userRoot}/.eide/tools/st_cube_programer/bin/STM32_Programmer_CLI.exe",
  "EIDE.ARM.ARMCC6.InstallDirectory": "E:\\ARM\\ARMCLANG",
  "EIDE.STM8.STVP.CliExePath": "${userRoot}/.eide/tools/stvp/STVP_CmdLine.exe",
  "EIDE.JLink.InstallDirectory": "${userRoot}/.eide/tools/jlink",
  "cortex-debug.openocdPath": "C:/Users/Administrator/.eide/tools/openocd_7a1adfbec_mingw32/bin/openocd.exe",
  "cortex-debug.armToolchainPath": "D:/Program Files/arm-gnu-toolchain-14.2/bin",
  "fittencode.selection.showCodeLens": false
}
posted @ 2026-02-07 11:47  三竺  阅读(3)  评论(0)    收藏  举报