Commit Graph

25 Commits

Author SHA1 Message Date
Benjamin Pasero
9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
Eric Amodio
cd182cac35 Fixes build - removes unused imports 2020-03-25 03:41:57 -04:00
Benjamin Pasero
df958c974f web - remove "Open in Desktop"
Instead it should move into the new remote picker that is enabled for web.
2020-03-25 08:21:45 +01:00
Benjamin Pasero
0d2868d4e1 web - assume a light theme by default for background color 2020-03-18 09:28:02 +01:00
Benjamin Pasero
8bac008949 web - allow to provide commands as workbench construction options 2020-02-14 10:59:36 +01:00
Benjamin Pasero
bdf11560cd Web - add "Open in Desktop" feature and new web API 2020-02-12 11:21:19 +01:00
Benjamin Pasero
f1dfda569c Revert "web - workaround new window issue with pwa"
This reverts commit 54a6229d68.
2019-11-13 08:20:57 +01:00
Benjamin Pasero
54a6229d68 web - workaround new window issue with pwa 2019-11-12 19:19:35 +01:00
Benjamin Pasero
a5d47335b4 💄 web api 2019-11-06 11:03:26 +01:00
Benjamin Pasero
ff026e0601 Web: support for untitled workspaces (fixes #82599) 2019-10-22 17:15:25 +02:00
Benjamin Pasero
935b0f1c0d debt - optional chaining 2019-10-21 15:44:21 +02:00
Benjamin Pasero
139dde2e07 web - change environment to payload API 2019-10-21 14:57:58 +02:00
Benjamin Pasero
07ee925337 Web: implement browser extension debug service properly (fixes #81493) 2019-10-21 11:22:32 +02:00
Benjamin Pasero
3bb34b269a web - stay in standalone mode when opening new windows from standalone 2019-10-18 08:57:31 +02:00
Matt Bierner
b0dccbcf75 Marking a bunch of static variables as readonly
Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
2019-10-07 15:40:02 -07:00
Benjamin Pasero
e9ee372447 debt - reduce usage of strict null bypass 2019-10-07 10:56:34 +02:00
Benjamin Pasero
ae891b59bc web - do not reload if workspace is equal 2019-10-05 08:18:39 +02:00
Benjamin Pasero
ad5e5815ab web - introduce workspace provider 2019-09-27 14:10:32 +02:00
Benjamin Pasero
5de60c1be4 web - fix broken static extensions 2019-09-19 11:53:30 +02:00
Benjamin Pasero
08a5964645 web - change API to URI (from UriComponents) 2019-09-17 07:44:34 +02:00
Benjamin Pasero
8a992a2ff1 web - export types from API 2019-09-16 11:22:57 +02:00
Benjamin Pasero
b644486174 debt - a bit more strict init 2019-09-16 08:33:49 +02:00
Benjamin Pasero
3422d28e2c web api - use URIComponents 2019-09-13 18:08:27 +02:00
Benjamin Pasero
9aab28daea web - self fullfilling prophecy 2019-09-11 10:52:16 +02:00
Benjamin Pasero
e4a837a0a3 web - rename entry point 2019-09-11 08:43:13 +02:00