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/unit
Joe Previte 61138b4a61
refactor: open function (#5257)
* refactor: fix type annotations in open

There was no clear reason as to why we needed to use type assertions
when initializing both `args` and `options` in `open` so I refactored
them both.

* refactor: create constructOpenOptions

* refactor: add urlSearch and remove options

* feat: add tests for constructOpenOptions
2022-06-15 20:53:07 +00:00
..
common refactor: remove dead code (#5188) 2022-05-10 22:44:54 +00:00
node refactor: open function (#5257) 2022-06-15 20:53:07 +00:00
helpers.test.ts Implement last opened functionality (#4633) 2021-12-17 13:06:52 -06:00