Remove vscode
This commit is contained in:
@@ -117,8 +117,6 @@ pub enum Step {
|
|||||||
Vagrant,
|
Vagrant,
|
||||||
Vcpkg,
|
Vcpkg,
|
||||||
Vim,
|
Vim,
|
||||||
Vscode,
|
|
||||||
Vscodium,
|
|
||||||
Wsl,
|
Wsl,
|
||||||
Yadm,
|
Yadm,
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -279,8 +279,6 @@ fn run() -> Result<()> {
|
|||||||
target_os = "dragonfly"
|
target_os = "dragonfly"
|
||||||
)))]
|
)))]
|
||||||
runner.execute(Step::Atom, "apm", || generic::run_apm(run_type))?;
|
runner.execute(Step::Atom, "apm", || generic::run_apm(run_type))?;
|
||||||
runner.execute(Step::Vscode, "vscode", || generic::run_vscode(run_type))?;
|
|
||||||
runner.execute(Step::Vscodium, "vscodium", || generic::run_vscodium(run_type))?;
|
|
||||||
runner.execute(Step::Fossil, "fossil", || generic::run_fossil(run_type))?;
|
runner.execute(Step::Fossil, "fossil", || generic::run_fossil(run_type))?;
|
||||||
runner.execute(Step::Rustup, "rustup", || generic::run_rustup(&base_dirs, run_type))?;
|
runner.execute(Step::Rustup, "rustup", || generic::run_rustup(&base_dirs, run_type))?;
|
||||||
runner.execute(Step::Dotnet, ".NET", || generic::run_dotnet_upgrade(&ctx))?;
|
runner.execute(Step::Dotnet, ".NET", || generic::run_dotnet_upgrade(&ctx))?;
|
||||||
|
|||||||
@@ -80,24 +80,6 @@ pub fn run_fossil(run_type: RunType) -> Result<()> {
|
|||||||
run_type.execute(&fossil).args(&["all", "sync"]).check_run()
|
run_type.execute(&fossil).args(&["all", "sync"]).check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn run_vscodium(_run_type: RunType) -> Result<()> {
|
|
||||||
let _vscode = utils::require("codium")?;
|
|
||||||
|
|
||||||
print_separator("Visual Studio Codium");
|
|
||||||
|
|
||||||
print_warning("This step has been removed from Topgrade due to its unreliability");
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn run_vscode(_run_type: RunType) -> Result<()> {
|
|
||||||
let _vscode = utils::require("code")?;
|
|
||||||
|
|
||||||
print_separator("Visual Studio Code");
|
|
||||||
|
|
||||||
print_warning("This step has been removed from Topgrade due to its unreliability");
|
|
||||||
Ok(())
|
|
||||||
}
|
|
||||||
|
|
||||||
pub fn run_micro(run_type: RunType) -> Result<()> {
|
pub fn run_micro(run_type: RunType) -> Result<()> {
|
||||||
let micro = utils::require("micro")?;
|
let micro = utils::require("micro")?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user