Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Merge pull request #867 from chansuke/add-doc-for-macosx
Browse files Browse the repository at this point in the history
Add documentation for MacOS X keyboard
  • Loading branch information
Xanewok committed Nov 1, 2020
2 parents 526556a + c3a7621 commit 1276ff5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ too many. If you want more, check out
### Tasks

The plugin provides tasks for building, running, and testing using the relevant
cargo commands. You can build using <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>b</kbd>. Access other tasks via
`Run Task` in the command palette.
cargo commands. You can build using <kbd>ctrl</kbd>+<kbd>shift</kbd>+<kbd>b</kbd>(Win/Linux), <kbd>cmd</kbd>+<kbd>shift</kbd>+<kbd>b</kbd>(macOS).
Access other tasks via `Run Task` in the command palette.

The plugin writes these into `tasks.json`. The plugin will not overwrite
existing tasks, so you can customise these tasks. To refresh back to the
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"installDevExtension": "npm install && ./node_modules/.bin/vsce package -o ./out/rls-vscode-dev.vsix && code --install-extension ./out/rls-vscode-dev.vsix"
},
"dependencies": {
"node-fetch": "^2.6.0",
"node-fetch": "^2.6.1",
"vscode-languageclient": "^6.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 1276ff5

Please sign in to comment.