We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2189bae commit f3d9783Copy full SHA for f3d9783
ci/dev/vscode.patch
@@ -1296,6 +1296,17 @@ index 0000000000..16ed214d94
1296
+ type: 'cli';
1297
+ args: Args;
1298
+}
1299
++ export interface OpenCommandPipeArgs {
1300
++ type: 'open';
1301
++ fileURIs?: string[];
1302
++ folderURIs: string[];
1303
++ forceNewWindow?: boolean;
1304
++ diffMode?: boolean;
1305
++ addMode?: boolean;
1306
++ gotoLineMode?: boolean;
1307
++ forceReuseWindow?: boolean;
1308
++ waitMarkerFilePath?: string;
1309
++ }
1310
+
1311
+export type CodeServerMessage = InitMessage | SocketMessage | CliMessage;
1312
0 commit comments