Archived
1
0

Fix vscode.sh

This commit is contained in:
Anmol Sethi
2020-02-20 18:36:38 -05:00
parent 65690fca65
commit 3a2644a2bc
3 changed files with 8 additions and 4 deletions

View File

@ -35,6 +35,7 @@ export interface Args extends VsArgs {
readonly "list-extensions"?: boolean
readonly "install-extension"?: string[]
readonly "uninstall-extension"?: string[]
readonly locale?: string
readonly _: string[]
}