You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'diff': {type: 'boolean',cat: 'o',alias: 'd',args: ['file','file'],description: localize('diff',"Compare two files with each other.")},
45
45
'add': {type: 'boolean',cat: 'o',alias: 'a',args: 'folder',description: localize('add',"Add folder(s) to the last active window.")},
46
46
'goto': {type: 'boolean',cat: 'o',alias: 'g',args: 'file:line[:character]',description: localize('goto',"Open a file at the path on the specified line and character position.")},
47
47
'new-window': {type: 'boolean',cat: 'o',alias: 'n',description: localize('newWindow',"Force to open a new window.")},
48
48
'reuse-window': {type: 'boolean',cat: 'o',alias: 'r',description: localize('reuseWindow',"Force to open a file or folder in an already opened window.")},
49
49
'wait': {type: 'boolean',cat: 'o',alias: 'w',description: localize('wait',"Wait for the files to be closed before returning.")},
50
+
'waitMarkerFilePath': {type: 'string'},
50
51
'locale': {type: 'string',cat: 'o',args: 'locale',description: localize('locale',"The locale to use (e.g. en-US or zh-TW).")},
51
52
'user-data-dir': {type: 'string',cat: 'o',args: 'dir',description: localize('userDataDir',"Specifies the directory that user data is kept in. Can be used to open multiple distinct instances of Code.")},
'file-uri': {type: 'string[]',cat: 'o',args: 'uri',description: localize('fileUri',"Opens a window with given file uri(s)")},
57
58
58
59
'extensions-dir': {type: 'string',deprecates: 'extensionHomePath',cat: 'e',args: 'dir',description: localize('extensionHomePath',"Set the root path for extensions.")},
60
+
'builtin-extensions-dir': {type: 'string'},
59
61
'list-extensions': {type: 'boolean',cat: 'e',description: localize('listExtensions',"List the installed extensions.")},
60
62
'show-versions': {type: 'boolean',cat: 'e',description: localize('showVersions',"Show versions of installed extensions, when using --list-extension.")},
61
63
'category': {type: 'string',cat: 'e',description: localize('category',"Filters installed extensions by provided category, when using --list-extension.")},
0 commit comments