Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I tell VS code what toolchain I want to use?

After installing extensions for Rust, I get this error:

To properly function, the extension needs to know what toolchain you want to use.

like image 798
MTech2008 Avatar asked Aug 30 '17 07:08

MTech2008


People also ask

How do you find tools in VS Code?

To open the Visual Studio Installer, choose Tools, and then choose Get Tools and Features.... Then install the Visual Studio extension development workload.

How do I change the compiler path in VS Code?

In the Windows search bar, type 'settings' to open your Windows Settings. Search for Edit environment variables for your account. Choose the Path variable in your User variables and then select Edit. Select New and add the Mingw-w64 destination folder path to the system path.

How do you select VS Code?

Ctrl+D selects the word at the cursor, or the next occurrence of the current selection. Tip: You can also add more cursors with Ctrl+Shift+L, which will add a selection at each occurrence of the current selected text.


1 Answers

Press Close to select toolchain :)

like image 144
Stepan Yakovenko Avatar answered Oct 12 '22 13:10

Stepan Yakovenko