mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
code linting
This commit is contained in:
parent
271abb7bc4
commit
611fad275f
3 changed files with 32 additions and 32 deletions
|
@ -5,7 +5,7 @@ export type UpdatesChannel = "stable" | "nightly";
|
|||
|
||||
export const NIGHTLY_TAG = "nightly";
|
||||
|
||||
export type RunnableEnvCfg = undefined | Record<string, string> | { mask?: string, env: Record<string, string>; }[];
|
||||
export type RunnableEnvCfg = undefined | Record<string, string> | { mask?: string; env: Record<string, string> }[];
|
||||
|
||||
export class Config {
|
||||
readonly extensionId = "matklad.rust-analyzer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue