mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Support 'runnables' options in the vs code extension
This commit is contained in:
parent
4a1b4b23bb
commit
5b26629a4d
5 changed files with 31 additions and 2 deletions
|
@ -69,8 +69,10 @@ export interface Runnable {
|
|||
args: {
|
||||
workspaceRoot?: string;
|
||||
cargoArgs: string[];
|
||||
cargoExtraArgs: string[];
|
||||
executableArgs: string[];
|
||||
expectTest?: boolean;
|
||||
overrideCargo?: string;
|
||||
};
|
||||
}
|
||||
export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnables");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue