Target multiple languages in VSCode keybinding
11 March 2022 (Updated 11 March 2022)
For example, suppose you want to target JS, TS, or JSX code:
editorLangId =~ /typescript|typescriptreact|javascript|javascriptreact/
See list of language identifiers and docs for how when clause works.
Tagged:
VSCode
Thanks for your comment 🙏. Once it's approved, it will appear here.
Leave a comment