mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
132 lines
3.9 KiB
JSON
132 lines
3.9 KiB
JSON
{
|
|
"files.associations": {
|
|
"stop_token": "cpp",
|
|
"*.tcc": "cpp",
|
|
"initializer_list": "cpp",
|
|
"streambuf": "cpp",
|
|
"tuple": "cpp",
|
|
"memory": "cpp",
|
|
"*.def": "cpp",
|
|
"array": "cpp",
|
|
"deque": "cpp",
|
|
"forward_list": "cpp",
|
|
"list": "cpp",
|
|
"string": "cpp",
|
|
"vector": "cpp",
|
|
"any": "cpp",
|
|
"executor": "cpp",
|
|
"internet": "cpp",
|
|
"io_context": "cpp",
|
|
"memory_resource": "cpp",
|
|
"socket": "cpp",
|
|
"string_view": "cpp",
|
|
"timer": "cpp",
|
|
"functional": "cpp",
|
|
"rope": "cpp",
|
|
"slist": "cpp",
|
|
"coroutine": "cpp",
|
|
"future": "cpp",
|
|
"scoped_allocator": "cpp",
|
|
"valarray": "cpp",
|
|
"regex": "cpp",
|
|
"cstdint": "cpp",
|
|
"bitset": "cpp",
|
|
"random": "cpp",
|
|
"optional": "cpp",
|
|
"dynamic_bitset": "cpp",
|
|
"mutex": "cpp",
|
|
"shared_mutex": "cpp",
|
|
"algorithm": "cpp",
|
|
"atomic": "cpp",
|
|
"bit": "cpp",
|
|
"cassert": "cpp",
|
|
"cctype": "cpp",
|
|
"cerrno": "cpp",
|
|
"chrono": "cpp",
|
|
"ciso646": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"compare": "cpp",
|
|
"concepts": "cpp",
|
|
"cstddef": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"map": "cpp",
|
|
"unordered_map": "cpp",
|
|
"exception": "cpp",
|
|
"fstream": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"iterator": "cpp",
|
|
"limits": "cpp",
|
|
"new": "cpp",
|
|
"numeric": "cpp",
|
|
"ostream": "cpp",
|
|
"queue": "cpp",
|
|
"ranges": "cpp",
|
|
"ratio": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"system_error": "cpp",
|
|
"thread": "cpp",
|
|
"type_traits": "cpp",
|
|
"typeinfo": "cpp",
|
|
"utility": "cpp",
|
|
"variant": "cpp",
|
|
"charconv": "cpp",
|
|
"cfenv": "cpp",
|
|
"cinttypes": "cpp",
|
|
"csetjmp": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cuchar": "cpp",
|
|
"set": "cpp",
|
|
"unordered_set": "cpp",
|
|
"codecvt": "cpp",
|
|
"condition_variable": "cpp",
|
|
"iomanip": "cpp",
|
|
"*.run": "xml",
|
|
"span": "cpp"
|
|
},
|
|
"vscode-as-git-mergetool.settingsAssistantOnStartup": false,
|
|
"makefile.makeDirectory": "build/x86_64",
|
|
"C_Cpp.errorSquiggles": "enabledIfIncludesResolve",
|
|
"C_Cpp.default.cppStandard": "gnu++17",
|
|
"C_Cpp.default.cStandard": "gnu17",
|
|
"C_Cpp.workspaceSymbols": "Just My Code",
|
|
"C_Cpp.inlayHints.parameterNames.enabled": true,
|
|
"C_Cpp.inlayHints.autoDeclarationTypes.showOnLeft": true,
|
|
"C_Cpp.intelliSenseMemoryLimit": 16384,
|
|
"makefile.makefilePath": "",
|
|
"makefile.dryrunSwitches": [
|
|
"--keep-going",
|
|
"--print-directory",
|
|
"KERNEL=nova",
|
|
"BOARD=pc",
|
|
"run/vscode",
|
|
"VERBOSE="
|
|
],
|
|
"C_Cpp.default.intelliSenseMode": "linux-gcc-x64",
|
|
"C_Cpp.default.mergeConfigurations": true,
|
|
"C_Cpp.autocompleteAddParentheses": true,
|
|
"C_Cpp.intelliSenseCacheSize": 20480,
|
|
"makefile.buildBeforeLaunch": false,
|
|
"makefile.extensionOutputFolder": ".vscode",
|
|
"makefile.configurationCachePath": ".vscode/configurationCache.log",
|
|
"explorer.excludeGitIgnore": true,
|
|
"makefile.buildLog": ".vscode/build.log",
|
|
"definition-autocompletion.update_index_on_change": true,
|
|
"definition-autocompletion.update_index_interval": 5,
|
|
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
|
"makefile.extensionLog": ".vscode/extension.log",
|
|
"makefile.ignoreDirectoryCommands": false,
|
|
"html.format.wrapLineLength": 80,
|
|
"editor.wordWrap": "bounded",
|
|
"editor.wordWrapColumn": 90
|
|
} |