From 8d3177be318b1dc7c3eb2a3875c9f5ec43328529 Mon Sep 17 00:00:00 2001 From: Dat Le Date: Thu, 3 Nov 2022 20:47:01 +0700 Subject: [PATCH] Add mappings: highlight_modified_tabs and show_minimap Signed-off-by: Dat Le --- settings/mappings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/settings/mappings.json b/settings/mappings.json index 814648c..c5a17fd 100644 --- a/settings/mappings.json +++ b/settings/mappings.json @@ -211,7 +211,9 @@ "Vietnamese (Windows 1258)": { "files.encoding": "windows1258" } - } + }, + "highlight_modified_tabs": "workbench.editor.highlightModifiedTabs", // Boolean + "show_minimap": "editor.minimap.enabled" // Boolean // "folder_exclude_patterns": "files.exclude", // "file_exclude_patterns": "files.exclude", // "color_scheme": "workbench.colorTheme", @@ -220,4 +222,5 @@ // "caret_style": "editor.cursorBlinking", // "auto_complete": "editor.quickSuggestions", // "find_selected_text": "autoFindInSelection", // Boolean + // "translate_tabs_to_spaces": "editor.insertSpaces", // Boolean } \ No newline at end of file