mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add light-weight snapshot testing library with editor integration
This commit is contained in:
parent
491d000c27
commit
03c5a6690d
8 changed files with 357 additions and 5 deletions
|
@ -60,6 +60,7 @@ export interface Runnable {
|
|||
workspaceRoot?: string;
|
||||
cargoArgs: string[];
|
||||
executableArgs: string[];
|
||||
expectTest?: boolean;
|
||||
};
|
||||
}
|
||||
export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnables");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue