{
  "baidu.comate.username": "old_xukaiming",
  "workbench.iconTheme": "vscode-icons",
  "baidu.comate.license": "b6c584ca-7dca-4697-98dd-12a90c755134",
  "baidu.comate.langSuggestion": {
    "all": true,
    "cpp": true,
    "css": true,
    "go": true,
    "html": true,
    "java": true,
    "javascript": true,
    "less": true,
    "perl": true,
    "php": true,
    "python": true,
    "ruby": true,
    "shell": true,
    "swift": true,
    "typescript": true,
    "others": true,
    "vue": true,
    "san": true,
    "sass": true,
    "scss": true,
    "vhdl": true,
    "lua": true,
    "mermaid": true,
    "pug": true,
    "swan": true,
    "stylus": true,
    "rust": true,
    "kotlin": true,
    "graphql": true,
    "objectivec": true,
    "ada": true,
    "agda": true,
    "alloy": true,
    "antlr": true,
    "applescript": true,
    "assembly": true,
    "augeas": true,
    "awk": true,
    "batchfile": true,
    "bluespec": true,
    "csharp": true,
    "clojure": true,
    "cmake": true,
    "coffeescript": true,
    "commonlisp": true,
    "cuda": true,
    "dart": true,
    "dockerfile": true,
    "elixir": true,
    "elm": true,
    "emacslisp": true,
    "erlang": true,
    "fsharp": true,
    "fortran": true,
    "glsl": true,
    "groovy": true,
    "haskell": true,
    "idris": true,
    "isabelle": true,
    "javaserverpages": true,
    "json": true,
    "julia": true,
    "lean": true,
    "literateagda": true,
    "literatecoffeescript": true,
    "literatehaskell": true,
    "makefile": true,
    "maple": true,
    "markdown": true,
    "mathematica": true,
    "matlab": true,
    "ocaml": true,
    "pascal": true,
    "powershell": true,
    "prolog": true,
    "protocolbuffer": true,
    "r": true,
    "racket": true,
    "restructuredtext": true,
    "rmarkdown": true,
    "sas": true,
    "scala": true,
    "scheme": true,
    "smalltalk": true,
    "solidity": true,
    "sparql": true,
    "sql": true,
    "stan": true,
    "standardml": true,
    "stata": true,
    "systemverilog": true,
    "tcl": true,
    "tcsh": true,
    "tex": true,
    "thrift": true,
    "verilog": true,
    "visualbasic": true,
    "xslt": true,
    "yacc": true,
    "yaml": true,
    "zig": true,
    "jupyter": true,
    "xml": true
  },
  "baidu.comate.enableSecurityEnhancement": false,
  "baidu.comate.linePreferMode": "auto",
  "cmake.options.statusBarVisibility": "visible",
  "files.autoSave": "afterDelay",
  "files.autoSaveDelay": 10000,
  "files.autoSaveWhenNoErrors": true,
  "terminal.integrated.profiles.windows": {
    "PowerShell": {
      "source": "PowerShell",
      "icon": "terminal-powershell",
      "args": [
        "-NoLogo",
        "-NoExit",
        "-Command",
        "chcp.com 65001"
      ]
    },
    "Command Prompt": {
      "path": [
        "${env:windir}\\Sysnative\\cmd.exe",
        "${env:windir}\\System32\\cmd.exe"
      ],
      "args": [
        "/K",
        "chcp 65001"
      ],
      "icon": "terminal-cmd"
    }
  },
  "workbench.settings.applyToAllProfiles": [],
  "files.autoGuessEncoding": true,
  "cmake.pinnedCommands": [
    "workbench.action.tasks.configureTaskRunner",
    "workbench.action.tasks.runTask"
  ],
  "cmake.options.advanced": {
    "build": {
      "statusBarVisibility": "inherit",
      "inheritDefault": "visible"
    },
    "launch": {
      "statusBarVisibility": "inherit",
      "inheritDefault": "visible"
    },
    "debug": {
      "statusBarVisibility": "inherit",
      "inheritDefault": "visible"
    }
  },
  "baidu.comate.beta": {
    "enableFullStackIntelligence": false,
    "enableSecurityIntelligence": false,
    "enableCompletionIntelligence": false,
    "enableDebugIntelligence": false
  },
  "workbench.editor.empty.hint": "hidden",
  "baidu.comate.docstringOutputPosition": "sidebar",
  "baidu.comate.completionLength": "auto",
  "baidu.comate.enableTerminalAutoExecution": true,
  "explorer.confirmDelete": false,
  "baidu.comate.enableCodelens": {
    "enableInlineUnitTest": true,
    "enableInlineExplain": true,
    "enableInlineDocstring": true,
    "enableInlineSplit": true,
    "enableInlineComment": true,
    "enableInlineOptimize": true,
    "enableInlineLog": true
  },
  "C_Cpp.intelliSenseEngine": "disabled",
  "cmake.additionalCompilerSearchDirs": [
    "C:\\SysGCC\\"
  ],
  "editor.stickyTabStops": true,
  "clangd.path": "c:\\Users\\xukai\\AppData\\Roaming\\Code\\User\\globalStorage\\llvm-vs-code-extensions.vscode-clangd\\install\\21.1.0\\clangd_21.1.0\\bin\\clangd.exe",
  "[javascript]": {
    "editor.defaultFormatter": "esbenp.prettier-vscode"
  },
  "mcpServers": {
    "ida-pro-mcp": {
      "command": "C:\\Programs\\Python\\Python313\\python.exe",
      "args": [
        "C:\\Programs\\Python\\Python313\\Lib\\site-packages\\ida_pro_mcp\\server.py",
        "--ida-rpc",
        "http://127.0.0.1:13337"
      ]
    }
  },
  "claudeCode.preferredLocation": "panel",
  "go.toolsManagement.autoUpdate": true,
  "editor.unicodeHighlight.nonBasicASCII": false
}