You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: detect and install Visual Studio Build Tools for Rust on Windows
The real issue on Windows was missing MSVC linker (link.exe) required by Rust.
Added detection of linker errors and automatic installation of Visual Studio
Build Tools via winget.
Changes:
- Detect link.exe errors and offer to install VS Build Tools
- Use winget to install Microsoft.VisualStudio.2022.BuildTools
- Update manual instructions to highlight build tools prerequisite
- Provide direct link to VS Build Tools download page
This addresses the cargo compilation failures on Windows 11.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
### Features
12
12
13
13
- add winget support to automatically install Rust/Cargo on Windows when missing ([just-lsp-installer.ts:259](https://github.com/elasticdotventures/just-vscode-extension/blob/main/src/just-lsp-installer.ts#L259))
14
-
- improve manual installation instructions with platform-specific guidance including winget commands
14
+
- detect missing Visual Studio Build Tools and offer automatic installation via winget
15
+
- improve manual installation instructions with platform-specific guidance including build tools prerequisites
0 commit comments