Asher
a48ac5080b
Share common util code with VS Code
...
This lets us re-use the normalized base path so when we expire/clear the
cookie we use the same base path.
2021-05-04 13:29:40 -05:00
Asher
eee637a104
Remove dead client code
2021-05-04 13:29:37 -05:00
Asher
bea13dd630
Add logout command and menu options
2021-05-04 13:29:34 -05:00
Asher
e7a527514a
Add authed context key
2021-05-03 15:00:54 -05:00
Akash Satheesan
8ffb87dbc9
fix(lib/vscode): restore localizatizons support
2021-04-16 00:06:38 +05:30
Akash Satheesan
5e63b7f53c
fix(lib/vscode): fix merge conflicts in localizationsService.ts
2021-04-09 17:49:14 +05:30
Asher
101c2a01f1
Fix tsc watch restarting when it shouldn't
...
It seems reaching into lib/vscode for the types caused tsc to establish
watches that caused it to restart over and over while vscode was
building.
The strategy used here is to symlink it instead which is the same thing
we do for the proxy agent.
2021-04-01 10:58:56 -05:00
Asher
050a1bb146
Fix localizations service import
...
It was moved from electron-browser to electron-sandbox.
2021-03-16 10:20:14 -07:00
Joe Previte
25dbb5b1b6
fix(lib/vscode0: localizations import in client
2021-03-16 10:20:14 -07:00
Asher
068e399bf2
Remove Node browser shim
...
We used this to run vscodevim in the browser but it now has a version
that is able to run as a VS Code web extension. This does require an
update to our marketplace, however.
2021-02-09 10:40:14 -06:00
Asher
89c38d3554
Update storage promise
...
A new doStore was added.
2021-02-09 10:36:39 -06:00
Dean Sheather
42dcfc94ab
Send 'loaded' event to all parent origins
2021-01-27 05:06:04 +10:00
Joe Previte
51a2a2ad2d
feat: apply patch after setting up subtree
2020-12-15 15:53:52 -07:00