From 41f5677ce72e95295ec0777afd6f936c5fc3ef29 Mon Sep 17 00:00:00 2001 From: Colin Eberhardt Date: Wed, 29 Nov 2017 14:34:51 +0000 Subject: [PATCH] Added Mac keyboard shortcuts --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8fc8af..8c770c7 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This extension adds advanced language support for the Rust programming language - Go To Symbol (via `rustsym` or RLS). - Code formatting (via `rustfmt`). - Code Snippets. -- Cargo tasks (Ctrl+Shift+P and type `cargo` to view them). +- Cargo tasks (Ctrl+Shift+P / +Shift+P and type `cargo` to view them). - …and a lot of other features. To learn more, see the [documentation](doc/main.md). On update, please review the [changelog](CHANGELOG.md). @@ -33,7 +33,7 @@ On update, please review the [changelog](CHANGELOG.md). 1. Firstly, you will need to install [VS Code](https://code.visualstudio.com/) `1.8` or later. -2. Now in VS Code, Ctrl+P and type `ext install vscode-rust`. +2. Now in VS Code, Ctrl+P / +P and type `ext install vscode-rust`. 3. Choose to install the "Rust" extension.