From eb85d8a9b4803f56cd0164c51db2972da506a8c9 Mon Sep 17 00:00:00 2001 From: Matt Wojciakowski Date: Mon, 5 Dec 2022 14:07:10 -0800 Subject: [PATCH] Add link in toc for rust with vs code (#3199) --- hub/dev-environment/toc.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hub/dev-environment/toc.yml b/hub/dev-environment/toc.yml index 5940bc2484..d78c180c17 100644 --- a/hub/dev-environment/toc.yml +++ b/hub/dev-environment/toc.yml @@ -218,7 +218,9 @@ items: - name: Rust for Windows href: ./rust/rust-for-windows.md - name: RSS reader tutorial (Rust for Windows) - href: ./rust/rss-reader-rust-for-windows.md + href: ./rust/rss-reader-rust-for-windows.md + - name: Rust in Visual Studio Code + href: https://code.visualstudio.com/docs/languages/rust - name: VS Code href: https://code.visualstudio.com/docs - name: Visual Studio