Toggle VS CodeToggle any VS Code setting by your favorite keybindings. ❗️ this plugin is fork of rebornix.toggle the different between this plugin and the original one is that this plugin only take effect on the current workspace How ToAdd below sample keybinding entry to your personal keybinding file and make changes accordingly.
key The shortcut you want to use command
Command should always be args arguments for the settings you want to toggle. args.id This is the unique id/name for the set of settings you want to toggle. args.value This is an array for settings you want to toggle. Every item in this array is a simple JavaScript dictionary, the format is like
Credit |