Commit Graph

17 Commits

Author SHA1 Message Date
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