mirror of
https://github.com/coder/code-server.git
synced 2026-05-05 12:05:18 +02:00
feat: apply patch after setting up subtree
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
* A list of command line arguments we support natively.
|
||||
*/
|
||||
export interface NativeParsedArgs {
|
||||
'extra-extensions-dir'?: string[];
|
||||
'extra-builtin-extensions-dir'?: string[];
|
||||
_: string[];
|
||||
'folder-uri'?: string[]; // undefined or array of 1 or more
|
||||
'file-uri'?: string[]; // undefined or array of 1 or more
|
||||
|
||||
Reference in New Issue
Block a user