Commit Graph

20 Commits

Author SHA1 Message Date
Eric Amodio
3cca828813 Fixes #127439: changes keys to a function 2021-06-30 18:02:11 -04:00
Eric Amodio
9b1ba3f31f Adds Memento.keys #87110 2021-05-18 17:02:13 -04:00
Konstantin Solomatov
f937a28dd0 Move scheduler initialization to the ctor 2021-04-19 10:57:27 -07:00
Konstantin Solomatov
7635c6504d resolve -> reject 2021-04-19 10:50:36 -07:00
Konstantin Solomatov
6330a7a728 Addressed code review feedback 2021-04-19 10:43:21 -07:00
Konstantin Solomatov
b4b2d40adf Addressed code review feedback 2021-04-19 10:43:21 -07:00
Konstantin Solomatov
03666a0680 Cleanup redundant code 2021-04-19 10:43:21 -07:00
Konstantin Solomatov
c25aa77e33 Fixing linter 2021-04-19 10:43:21 -07:00
Konstantin Solomatov
59ce58884e Fix linter error 2021-04-19 10:43:21 -07:00
Konstantin Solomatov
a502d34d92 More effecient handling of changes 2021-04-19 10:43:21 -07:00
Sandeep Somavarapu
325cb4a67d #95209 Move to final API 2020-10-27 20:51:31 +01:00
Sandeep Somavarapu
a5e2e789e2 fix compilation 2020-10-26 12:46:37 +01:00
Sandeep Somavarapu
e830d9f905 separate global & workspace memento 2020-10-26 08:09:19 +00:00
Sandeep Somavarapu
1950d2bf50 add syncedKeys to proposed API 2020-10-25 19:14:00 +01:00
Sandeep Somavarapu
20601293fe Enable syncing extensions storage
- Implement logic to sync extension storage
- Register keys to sync provided by extension
2020-10-24 21:15:33 +02:00
Matt Bierner
1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Johannes Rieken
c842995673 debt - remove duplicated types 2019-09-02 11:41:03 +02:00
Johannes Rieken
06701f533d add a bunch of strict field initializations 2019-07-31 12:30:30 +02:00
Johannes Rieken
e1ac9a2490 add ExtensionKind and remoteName propsed APIs, #74188 2019-06-20 12:31:24 +02:00
Johannes Rieken
86fee5f4be move out extHostStorage and extHostMemento 2019-04-11 09:47:01 +02:00