Add light-weight snapshot testing library with editor integration
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user