-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
1 lines (1 loc) · 1.44 KB
/
package.json
File metadata and controls
1 lines (1 loc) · 1.44 KB
1
{"name":"toggle-block-comments","displayName":"Toggle Block Comments","description":"Toggles block comments around the current cursor position or current selection, without needing to select the entire line.","version":"1.3.0","publisher":"alexmunteanu","icon":"images/ico_vscode-toggle-block-comments_128px.png","languages":{"list":["plaintext","java","javascript","javascriptreact","typescript","php","blade","c","csharp","cpp","html","css","scss","less","typescriptreact","go","dart","jsonc","swift","sql","rust","vue","svelte"],"msg_error":"Toggle Block Comments: Language not supported."},"galleryBanner":{"color":"#0b0b0b","theme":"dark"},"engines":{"vscode":"^1.52.0"},"categories":["Formatters","Other"],"keywords":["jsx","js","JavaScript","java","typescript","typescriptreact","go","dart","json","jsonc","swift","sql","rust","vue","svelte","php","blade","c","csharp","cpp","html","inline javascript","css","scss","less","text","manipulation","comment","block","toggle"],"activationEvents":["onCommand:toggle"],"main":"lib/toggle-block-comments.js","contributes":{"commands":[{"command":"toggle","title":"Toggle block comments","category":"Toggle Block Comments"}],"keybindings":[{"command":"toggle","key":"ctrl+alt+shift+c","mac":"cmd+alt+shift+c","when":"editorTextFocus"}],"menus":{"editor/context":[{"command":"toggle","group":"grp_toggle_block_comments@1"}]}},"repository":{"type":"git","url":"https://github.com/alexmunteanu/vscode-toggle-block-comments"}}