Skip to content

Commit

Permalink
Merge pull request #314 from kasecato/#233/revert_commentNextLine
Browse files Browse the repository at this point in the history
Revert #233
  • Loading branch information
kasecato authored Oct 20, 2023
2 parents 65cbe02 + b74ff86 commit ef2ced9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
16 changes: 2 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,26 +176,14 @@
{
"key": "ctrl+[Slash]",
"mac": "cmd+[Slash]",
"command": "runCommands",
"args": {
"commands": [
"editor.action.commentLine",
"cursorDown"
]
},
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly",
"intellij": "Comment/uncomment with line comment"
},
{
"key": "ctrl+[NumpadDivide]",
"mac": "cmd+[NumpadDivide]",
"command": "runCommands",
"args": {
"commands": [
"editor.action.commentLine",
"cursorDown"
]
},
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly",
"intellij": "Comment/uncomment with line comment"
},
Expand Down
16 changes: 2 additions & 14 deletions src/package-with-comment.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,26 +222,14 @@
{
"key": "ctrl+[Slash]",
"mac": "cmd+[Slash]",
"command": "runCommands",
"args": {
"commands": [
"editor.action.commentLine",
"cursorDown"
]
},
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly",
"intellij": "Comment/uncomment with line comment"
},
{
"key": "ctrl+[NumpadDivide]",
"mac": "cmd+[NumpadDivide]",
"command": "runCommands",
"args": {
"commands": [
"editor.action.commentLine",
"cursorDown"
]
},
"command": "editor.action.commentLine",
"when": "editorTextFocus && !editorReadonly",
"intellij": "Comment/uncomment with line comment"
},
Expand Down

0 comments on commit ef2ced9

Please sign in to comment.