MCPcopy Create free account
hub / github.com/VSCodeConfigHelper/v4 / install

Function install

src-tauri/src/steps/compiler/msvc.rs:130–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

128}
129
130fn install() -> Result<()> {
131 open::that("https://aka.ms/vs/17/release/vs_BuildTools.exe")?;
132 Ok(())
133}
134
135pub fn path_to_exe(path: &str, _: bool) -> PathBuf {
136 let version_txt =

Callers 2

compiler_installFunction · 0.50
compilerFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected