Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/test
Asher 5c19962930
Set session socket into environment variable (#6282)
* Avoid spawning code-server with --reuse-window and --new-window

These flags mean the user explicitly wants to open in an existing
instance so if the socket is down it should error rather than try to
spawn code-server normally.

* Set session socket into environment variable

While I was at it I added a CLI flag to override the default.  I also
swapped the default to --user-data-dir.

The value is set on an environment variable so it can be used by the
extension host similar to VSCODE_IPC_HOOK_CLI.

* Add e2e test for opening files externally
2023-06-21 22:47:01 -08:00
..
e2e Set session socket into environment variable (#6282) 2023-06-21 22:47:01 -08:00
integration Fix extension install test 2023-05-15 20:54:37 -08:00
scripts Improve getting started Coder CTA (#5752) 2022-11-07 11:06:51 -07:00
unit Set session socket into environment variable (#6282) 2023-06-21 22:47:01 -08:00
utils Prefer matching editor sessions when opening files. (#6191) 2023-06-14 13:32:07 -08:00
package.json chore: bump node-fetch from 2.6.6 to 2.6.7 in /test (#6084) 2023-03-22 14:03:09 -05:00
playwright.config.ts fix: add handle for resolveExternalUri (#5624) 2022-10-14 16:08:58 +00:00
tsconfig.json feat(ci): refactor build workflow (#5572) 2022-09-22 12:33:32 -07:00
yarn.lock chore: bump cross-fetch from 3.1.4 to 3.1.5 in /test (#6087) 2023-04-11 14:17:03 -05:00