Skip to content

Instantly share code, notes, and snippets.

@NyaGarcia
Created March 31, 2022 10:59
Show Gist options
  • Save NyaGarcia/2ddfb71eefe62a53f67258d8b1e4e53e to your computer and use it in GitHub Desktop.
Save NyaGarcia/2ddfb71eefe62a53f67258d8b1e4e53e to your computer and use it in GitHub Desktop.
Adding scss support
{
"key": "ctrl+s",
"command": "extension.multiCommand.execute",
"args": {
"sequence": ["postcssSorting.execute", "workbench.action.files.save"]
},
"when": "editorLangId == css || editorLangId == scss"
},
{
"key": "ctrl+meta+s",
"command": "workbench.action.files.saveFiles"
}
@rahulv3a
Copy link

What does the keybinding for ctrl+meta+s do?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment