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 6f388e7 commit 8b9339bCopy full SHA for 8b9339b
ci/dev/vscode.patch
@@ -1298,6 +1298,17 @@ index 0000000000..7e1cd270c8
1298
+ type: 'cli';
1299
+ args: Args;
1300
+}
1301
++ export interface OpenCommandPipeArgs {
1302
++ type: 'open';
1303
++ fileURIs?: string[];
1304
++ folderURIs: string[];
1305
++ forceNewWindow?: boolean;
1306
++ diffMode?: boolean;
1307
++ addMode?: boolean;
1308
++ gotoLineMode?: boolean;
1309
++ forceReuseWindow?: boolean;
1310
++ waitMarkerFilePath?: string;
1311
++ }
1312
+
1313
+export type CodeServerMessage = InitMessage | SocketMessage | CliMessage;
1314
0 commit comments