Open keymastervn opened 2 years ago
This PR adds two mappings:
highlight_modified_tabs => workbench.editor.highlightModifiedTabs
show_minimap => editor.minimap.enabled
Umm, I found translate_tabs_to_spaces as well but it turns out vscode handles it really well with the language convention, so I think it is better to comment it out with mapping 🙏🏼 .
translate_tabs_to_spaces
This PR adds two mappings:
highlight_modified_tabs => workbench.editor.highlightModifiedTabs
show_minimap => editor.minimap.enabled
Umm, I found
translate_tabs_to_spaces
as well but it turns out vscode handles it really well with the language convention, so I think it is better to comment it out with mapping 🙏🏼 .