mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix passing message-format after -- in debugging
This commit is contained in:
parent
8f69d98214
commit
7733403056
5 changed files with 15 additions and 11 deletions
|
@ -10,7 +10,7 @@ export type RunnableEnvCfgItem = {
|
|||
env: Record<string, string>;
|
||||
platform?: string | string[];
|
||||
};
|
||||
export type RunnableEnvCfg = undefined | Record<string, string> | RunnableEnvCfgItem[];
|
||||
export type RunnableEnvCfg = Record<string, string> | RunnableEnvCfgItem[];
|
||||
|
||||
export class Config {
|
||||
readonly extensionId = "rust-lang.rust-analyzer";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue