1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-02-02 03:08:46 +00:00
code-server-2/src/node
shayne ceb2265b14
Allow opening files, folders, and workspaces in existing code-server from CLI (#1994)
Add initial support for opening files / folders in running code-server instance.

Current limitations:

- unable to open a file in a new window, only folders
- unable to use addMode feature
- others...
2020-08-27 13:06:21 -05:00
..
app Simplify valid path check 2020-08-05 13:00:34 -05:00
cli.ts Allow opening files, folders, and workspaces in existing code-server from CLI (#1994) 2020-08-27 13:06:21 -05:00
entry.ts Allow opening files, folders, and workspaces in existing code-server from CLI (#1994) 2020-08-27 13:06:21 -05:00
http.ts Add cookie domain debug logs 2020-08-13 17:06:32 -05:00
plugin.ts Document code-server injection 2020-08-05 13:00:37 -05:00
settings.ts Enforce import order 2020-08-13 17:11:35 -05:00
socket.ts Implement new structure 2020-02-04 14:31:44 -06:00
util.ts Enforce import order 2020-08-13 17:11:35 -05:00
wrapper.ts Hotswap on SIGUSR1 (#1970) 2020-08-17 14:17:55 -05:00