mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
Updated VSCode config.
This commit is contained in:
41
.vscode/settings.json
vendored
41
.vscode/settings.json
vendored
@@ -1,5 +1,20 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.rasi": "css",
|
||||
"*.bbmodel": "json",
|
||||
"*.sublime-snippet": "xml",
|
||||
"*.hbs": "html",
|
||||
"*.ejs": "html",
|
||||
"*.emu": "html",
|
||||
"lesskey": "lesskey",
|
||||
"*.Xresources": "xdefaults",
|
||||
"i3/config": "i3",
|
||||
"i3/*.conf": "i3",
|
||||
"polybar/config": "ini",
|
||||
"polybar/*.conf": "ini",
|
||||
"*.S": "gas",
|
||||
"*.html.en": "html",
|
||||
"*.html.de": "html",
|
||||
"stop_token": "cpp",
|
||||
"*.tcc": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
@@ -92,7 +107,21 @@
|
||||
"condition_variable": "cpp",
|
||||
"iomanip": "cpp",
|
||||
"*.run": "xml",
|
||||
"span": "cpp"
|
||||
"span": "cpp",
|
||||
"config.h": "c",
|
||||
"bench.h": "c",
|
||||
"hash_map": "cpp",
|
||||
"hash_set": "cpp",
|
||||
"strstream": "cpp",
|
||||
"decimal": "cpp",
|
||||
"buffer": "cpp",
|
||||
"netfwd": "cpp",
|
||||
"propagate_const": "cpp",
|
||||
"source_location": "cpp",
|
||||
"complex": "cpp",
|
||||
"numbers": "cpp",
|
||||
"typeindex": "cpp",
|
||||
"bool_set": "cpp"
|
||||
},
|
||||
"vscode-as-git-mergetool.settingsAssistantOnStartup": false,
|
||||
"makefile.makeDirectory": "build/x86_64",
|
||||
@@ -123,10 +152,16 @@
|
||||
"makefile.buildLog": ".vscode/build.log",
|
||||
"definition-autocompletion.update_index_on_change": true,
|
||||
"definition-autocompletion.update_index_interval": 5,
|
||||
"C_Cpp.intelliSenseEngineFallback": "disabled",
|
||||
"C_Cpp.intelliSenseEngineFallback": "enabled",
|
||||
"makefile.extensionLog": ".vscode/extension.log",
|
||||
"makefile.ignoreDirectoryCommands": false,
|
||||
"html.format.wrapLineLength": 80,
|
||||
"editor.wordWrap": "bounded",
|
||||
"editor.wordWrapColumn": 90
|
||||
"editor.wordWrapColumn": 90,
|
||||
"editor.fontSize": 12,
|
||||
"terminal.integrated.shellIntegration.suggestEnabled": true,
|
||||
"git.mergeEditor": true,
|
||||
"merge-conflict.autoNavigateNextConflict.enabled": true,
|
||||
"git.ignoreLimitWarning": true,
|
||||
"customizeUI.statusBarPosition": "under-panel"
|
||||
}
|
||||
Reference in New Issue
Block a user