| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "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"
- },
- "chat.tools.terminal.autoApprove": {
- "/^Get-Command make, mingw32-make, gmake -ErrorAction SilentlyContinue \\| Select-Object Name, Source$/": {
- "approve": true,
- "matchCommandLine": true
- },
- "/^& \"C:\\\\Users\\\\13411\\\\\\.eide\\\\tools\\\\gcc_arm\\\\bin\\\\arm-none-eabi-gcc\\.exe\" --version$/": {
- "approve": true,
- "matchCommandLine": true
- }
- }
- },
- "extensions": {
- "recommendations": [
- "cl.eide",
- "keroc.hex-fmt",
- "xiaoyongdong.srecord",
- "hars.cppsnippets",
- "zixuanwang.linkerscript",
- "redhat.vscode-yaml",
- "IBM.output-colorizer",
- "cschlosser.doxdocgen",
- "ms-vscode.vscode-serial-monitor",
- "dan-c-underwood.arm",
- "marus25.cortex-debug"
- ]
- }
- }
|