Move ignore-last-opened to ipc.d.ts
This is so it can be used in VS Code. Don't tell anyone but I forgot to run `yarn ci`.
This commit is contained in:
@ -52,7 +52,6 @@ export interface Args extends VsArgs {
|
||||
"proxy-domain"?: string[]
|
||||
locale?: string
|
||||
_: string[]
|
||||
"ignore-last-opened"?: boolean
|
||||
"reuse-window"?: boolean
|
||||
"new-window"?: boolean
|
||||
|
||||
@ -176,7 +175,7 @@ const options: Options<Required<Args>> = {
|
||||
"ignore-last-opened": {
|
||||
type: "boolean",
|
||||
short: "e",
|
||||
description: "Ignore the last opened directory or workspace in favor of an empty window."
|
||||
description: "Ignore the last opened directory or workspace in favor of an empty window.",
|
||||
},
|
||||
"new-window": {
|
||||
type: "boolean",
|
||||
|
Reference in New Issue
Block a user