Skip to content

Commit

Permalink
Update DESIGN.md to add thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
tshino committed Apr 10, 2022
1 parent 8a80b7f commit f75413f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DESIGN.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The list of default keybindings wrappers is defined in the [`package.json` of th
| `generator/gen_wrapper.js` | a script to generate default keybindings wrappers and write them in `package.json` |
| `generator/verify_wrapper.js` | a script to verify the output of `gen_wrapper.js` |

The `default-keybindings-*.json` files are retrieved by running the `Open Default Keyboard Shortcuts (JSON)` command on VS Code on each OS. In order to mitigate manual work to retrieve these three files, [an automated workflow on GitHub Actions](https://github.com/tshino/vscode-kb-macro/actions/workflows/get-default-keybindings.yml) is used.
The `default-keybindings-*.json` files are retrieved by running the `Open Default Keyboard Shortcuts (JSON)` command on VS Code on each OS. In order to mitigate manual work to update these three files for every new release of vscode, [an automated workflow on GitHub Actions](https://github.com/tshino/vscode-kb-macro/actions/workflows/get-default-keybindings.yml) is used. I have made this automated workflow inspired by [this project](https://github.com/codebling/vs-code-default-keybindings). I appreciate the great effort for the project.

The following command updates the default keybindings wrappers in the `package.json` based on the default keybindings files.

Expand Down

0 comments on commit f75413f

Please sign in to comment.