mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-16 15:25:38 +00:00
Add status bar button to toggle check on save state
This commit is contained in:
parent
33f9250d21
commit
e76d20e072
6 changed files with 63 additions and 3 deletions
|
@ -2,7 +2,7 @@ import * as vscode from "vscode";
|
|||
import { strict as nativeAssert } from "assert";
|
||||
import { exec, type ExecOptions, spawnSync } from "child_process";
|
||||
import { inspect } from "util";
|
||||
import { Env } from "./client";
|
||||
import type { Env } from "./client";
|
||||
|
||||
export function assert(condition: boolean, explanation: string): asserts condition {
|
||||
try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue