Skip to content

Commit

Permalink
Merge pull request #415 from sasjs/commenting-linux-issue
Browse files Browse the repository at this point in the history
fix(keybinding): fixed addRemoveComment for linux
  • Loading branch information
allanbowe authored May 25, 2023
2 parents 56a00c9 + de388d2 commit abeb865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,10 @@
"keybindings": [
{
"command": "sasjs-for-vscode.addRemoveComment",
"key": "ctrl+alt+l",
"key": "ctrl+/",
"mac": "cmd+/",
"win": "ctrl+/",
"linux": "ctrl+/",
"when": "editorLangId == sas && isWorkspaceOpened"
}
],
Expand Down

0 comments on commit abeb865

Please sign in to comment.