Benjamin Pasero
b0f0a1bf81
web - only add window indicator if running without remote
2020-08-25 14:45:37 +02:00
Benjamin Pasero
38f8b223ff
web - remoteIndicator => windowIndicator
2020-08-21 08:43:11 +02:00
Benjamin Pasero
1b7035d050
web - add a quality change handler
2020-08-20 15:32:54 +02:00
Benjamin Pasero
a9624db8e1
Web: remote indicator API ( #105069 )
...
* remote - refactor indicator a bit for better readability
* remote indicator - more refactorings and cleanup
* web api - shuffle some things around
* remote indicator - add remote transition indicator
* update remote indicator API
* 💄
2020-08-20 11:58:30 +02:00
Benjamin Pasero
b561a5e1ac
debt - sync changes back from distro
2020-08-18 09:59:33 +02:00
Benjamin Pasero
798047ca0f
web - contribute a "Go Home" menu action if we have a home indicator
2020-07-21 08:12:32 +02:00
Benjamin Pasero
27e8b9d1a3
perf - move perf marking into code that is also used by CS
2020-07-17 08:32:31 +02:00
Johannes Rieken
7f11681228
add ellapsedRenderer to measure the time it took inside the renderer to create the workbench, https://github.com/microsoft/vscode/issues/101850
2020-07-09 10:26:31 +02:00
Johannes Rieken
3867a800ec
undo double end-mark
2020-07-08 13:29:10 +02:00
Johannes Rieken
bc1c421381
better end perf mark, tweak start marks, https://github.com/microsoft/vscode/issues/101850
2020-07-08 13:27:31 +02:00
Benjamin Pasero
7cc51228a9
perf - mark didLoadWorkbenchMain in web too
...
//cc @jrieken
2020-07-08 13:26:04 +02:00
Johannes Rieken
855f75e0da
enable loader stats for web-workbench, https://github.com/microsoft/vscode/issues/101850
2020-07-08 12:12:19 +02:00
Johannes Rieken
834923661f
make perf util loadable from web, https://github.com/microsoft/vscode/issues/101850
2020-07-08 11:39:09 +02:00
Benjamin Pasero
051798aac4
web - fix performance measures
2020-07-02 10:17:45 +02:00
Benjamin Pasero
e6124e3913
web - remove encoding related libs from prefetch as they are being loaded lazily
2020-06-23 13:36:15 +02:00
Sandeep Somavarapu
1f06ff43c1
revert removing builtin extensions from dev html
2020-06-22 22:38:33 +02:00
Sandeep Somavarapu
034d893cd5
remove builtin extensions entry
2020-06-22 15:59:16 +02:00
Fedor Nezhivoi
24e0a82229
Move encoding to common for #79275 ( #100539 )
...
* move encoding.ts to common for #79275
* load iconv-lite-umd and jschardet in web version for #79275
* move EncodingOracle to the AbstractTextFileService for #79275
* review
* update to new iconv-lite-umd
* add workaround for jschardet types
* fix indentation
* add iconv-lite-umd and jschardet to workbench.html
* fix paths for modules
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com >
2020-06-20 10:47:29 +02:00
Sandeep Somavarapu
7c574546f7
Support built in extensions in serverless
...
- Use different entry point instead of static extensions
- Intrdouce web extension management service
2020-06-18 15:21:17 +02:00
Benjamin Pasero
588097171c
Refactor our font stack ( #99429 )
...
* fonts - adopt monaco-monospace-font in more places and make it consistent
* font - use platform specific fonts in more places
* font - move system-ui before Ubuntu font in places where we cannot control platform
* font - only use system-ui on Linux
* fonts - adjust font stack for other windows
2020-06-05 10:56:07 +02:00
Daniel Imms
fdd075e9df
Remove web links addon
2020-05-20 06:54:45 -07:00
Alex Dima
6654073e14
Adopt new package name (vscode-oniguruma)
2020-04-24 17:58:08 +02:00
Alex Dima
a6e59815c8
Adopt vscode-oniguruma-wasm
2020-04-23 11:16:21 +02:00
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
Daniel Imms
cb486e930f
Terminal unicode 11 support
...
Fixes #90029
2020-02-04 12:29:37 -08:00
Daniel Imms
87251319ff
Support experimental webgl renderer
2019-11-09 08:53:50 -08: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
Benjamin Pasero
ffd35253af
web - remove inlined csp
2019-10-17 17:18:38 +02:00
Benjamin Pasero
ce720bbbb0
web - fix spelling mistake
2019-10-14 15:34:55 +02:00
Benjamin Pasero
710be19dbf
Revert " 🆙 distro"
...
This reverts commit 3831ba8c0a .
2019-10-09 15:24:43 +02:00
Benjamin Pasero
3831ba8c0a
🆙 distro
2019-10-09 15:23:11 +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
Rachel Macfarlane
d1b81e23db
Remove applicationinsights-web dependency
2019-10-07 14:34:21 -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