Johannes Rieken
|
e3dcfe77bc
|
some 💄 and reuse, https://github.com/microsoft/vscode/issues/106395
|
2020-10-09 11:22:29 +02:00 |
|
Johannes Rieken
|
c0f4a57e22
|
use trusted html in issue reporter, fyi @RMacfarlane, https://github.com/microsoft/vscode/issues/106395
|
2020-10-09 11:22:29 +02:00 |
|
Sandeep Somavarapu
|
847f289f36
|
use async await
|
2020-10-09 09:08:49 +02:00 |
|
Sandeep Somavarapu
|
13b3a9f5c8
|
Revert "remove support for disabling syncing extension from cli"
This reverts commit 219a470363.
|
2020-10-09 09:08:49 +02:00 |
|
Johannes Rieken
|
5c4b013715
|
less innerHTML in processExplorerMain, fyi @RMacfarlane, https://github.com/microsoft/vscode/issues/106395
|
2020-10-08 11:34:30 +02:00 |
|
Benjamin Pasero
|
10884cc327
|
web - better resolve log level
|
2020-10-08 10:14:07 +02:00 |
|
Benjamin Pasero
|
57fc7c21ac
|
web - add support for setting log level (#108267)
|
2020-10-08 07:58:08 +02:00 |
|
Sandeep Somavarapu
|
312a812441
|
Fix #108250
|
2020-10-07 19:10:55 +02:00 |
|
Sandeep Somavarapu
|
2b44f4ab96
|
Fix #107709
|
2020-10-07 12:31:44 +00:00 |
|
 Rachel MacfarlaneandSteVen Batten
|
dafce599a6
|
Add getPassword, setPassword, and deletePassword APIs, #95475
Co-authored-by: SteVen Batten <sbatten@microsoft.com>
|
2020-10-06 14:57:16 -07:00 |
|
Benjamin Pasero
|
38a3d69caf
|
code 💄
|
2020-10-05 08:06:13 +02:00 |
|
Martin Aeschlimann
|
a7caa97840
|
OSColorScheme: Separate dark and hc
|
2020-10-01 12:02:09 +02:00 |
|
Sandeep Somavarapu
|
ec0d469455
|
Fix #107660
|
2020-09-29 11:33:20 +02:00 |
|
Sandeep Somavarapu
|
219a470363
|
remove support for disabling syncing extension from cli
|
2020-09-29 00:13:11 +02:00 |
|
Sandeep Somavarapu
|
a6dbf4c82c
|
add settings sync enablement handler
|
2020-09-28 23:56:31 +02:00 |
|
Sandeep Somavarapu
|
3a0d27441c
|
Fix #105914
|
2020-09-27 15:32:40 +02:00 |
|
Raymond Zhao
|
fc76bf3ebc
|
Toggle window minwidth depending on panel #89721 (#107257)
Change window minwidth depending on panel position. 600px if panel at sides, 400px if panel at bottom.
|
2020-09-25 13:26:58 -07:00 |
|
Benjamin Pasero
|
7f035b4be7
|
debt - introduce and adopt FileAccess
deprecate amd.ts and require.toUrl methods
|
2020-09-25 14:11:05 +02:00 |
|
Benjamin Pasero
|
528b473dba
|
debt - use network.Scheme.file in more places
|
2020-09-25 08:53:37 +02:00 |
|
Benjamin Pasero
|
392ea6dc16
|
debt - adopt more of the amd.ts helper functions
|
2020-09-24 15:35:11 +02:00 |
|
Benjamin Pasero
|
0299fd433f
|
sandbox - move keytar into native host service (#107292)
|
2020-09-24 08:43:37 +02:00 |
|
Martin Aeschlimann
|
162f9a8717
|
When reopen code from WSL2, previous open tabs are not restored. Fixes #107111
|
2020-09-23 17:55:41 +02:00 |
|
Benjamin Pasero
|
2b064862ed
|
Remove some deprecated code in ./src/vs/base #103454
|
2020-09-22 13:02:18 +02:00 |
|
Benjamin Pasero
|
e649ef3701
|
sandbox - function scope for workbench too
|
2020-09-22 08:49:11 +02:00 |
|
Benjamin Pasero
|
7c5934902c
|
sandbox - self invoke functions for shared process, issues and process explorer
|
2020-09-22 08:40:57 +02:00 |
|
SteVen Batten
|
92a30ed265
|
Move tas-client to umd version and adopt in web (#106904)
* adopt tas-client-umd
* adopt in web
* fix whitespace
* adding tas-client to webignore
* upgrade tas-client-umd
* move svc imort to common
* remove unnecessary ignore
|
2020-09-18 10:00:39 -07:00 |
|
Benjamin Pasero
|
4af670c204
|
debt - more native environment service adoption
|
2020-09-18 09:58:54 +02:00 |
|
Benjamin Pasero
|
a60bbd1f0d
|
environmentService => nativeEnvironmentService
|
2020-09-18 09:51:08 +02:00 |
|
Benjamin Pasero
|
ae6e3bcb49
|
debt - introduce native environment service descriptor
|
2020-09-18 09:49:32 +02:00 |
|
Benjamin Pasero
|
5bc5d315a3
|
sandbox - separate native host service implementation from interfaces
|
2020-09-17 16:35:21 +02:00 |
|
Benjamin Pasero
|
01472963d7
|
sandbox - rename electron service => native host service
|
2020-09-17 16:20:23 +02:00 |
|
ChaseKnowlden
|
e8760a5d6c
|
Fix capitalization of GitHub org
|
2020-09-17 11:43:03 +02:00 |
|
Benjamin Pasero
|
00a03f5797
|
sandbox - clear TODO that is no longer needed
|
2020-09-17 11:13:49 +02:00 |
|
Benjamin Pasero
|
59e915161b
|
sandbox - workaround for exposeInMainWorld accessing properties
|
2020-09-17 09:06:42 +02:00 |
|
Benjamin Pasero
|
05999d3f30
|
debt - use utility for diagnostics IPC and introduce real workbench diagnostics service (#106836)
* debt - use utility for diagnostics IPC and introduce real workbench diagnostics service
* address feedback
* implement interface behind ts-ignore
|
2020-09-17 07:36:25 +02:00 |
|
Benjamin Pasero
|
593e17873d
|
sandbox - make timer service available in electron-sandbox
cc @jrieken
|
2020-09-16 12:41:31 +02:00 |
|
Benjamin Pasero
|
a167a4a354
|
sandbox - lift UserDataAutoSyncService to electron-sandbox
|
2020-09-16 11:58:40 +02:00 |
|
Benjamin Pasero
|
11275a9338
|
sandbox - lift ExtensionTipsService to electron-sandbox
|
2020-09-16 11:58:40 +02:00 |
|
Sandeep Somavarapu
|
a4a9fcb7dd
|
Merge branch 'master' into sandy081/web-playground/login
|
2020-09-15 17:31:42 +02:00 |
|
Benjamin Pasero
|
b9947f2a37
|
If I switch workspace, focus moves to different VS Code instance (fix #106727)
|
2020-09-15 11:16:04 +02:00 |
|
Sandeep Somavarapu
|
52bdeff880
|
- send auth session
- prepare credentials from auth session
|
2020-09-13 01:56:02 +02:00 |
|
Sandeep Somavarapu
|
59023b549c
|
support auth in web playground
|
2020-09-12 23:26:27 +02:00 |
|
Rachel Macfarlane
|
07ad5d6f18
|
Remove unused 'SettingSearch' issue type
|
2020-09-11 10:21:13 -07:00 |
|
Johannes Rieken
|
133d95e618
|
adopt new amd loader with support for TrustedScriptURL, add typings for TrustedTypesFactory et al, https://github.com/microsoft/vscode/issues/106396
|
2020-09-11 17:59:23 +02:00 |
|
Benjamin Pasero
|
1fccb9e58c
|
proxy authentication does not work on 1.49 (#106434)
|
2020-09-11 14:54:03 +02:00 |
|
Johannes Rieken
|
3994ae4c9e
|
Trusted types - don't use innerHTML for rapid render, https://github.com/microsoft/vscode/issues/106395
|
2020-09-11 10:29:39 +02:00 |
|
Benjamin Pasero
|
87847325a6
|
electron - set spellcheck: false again for windows
|
2020-09-11 09:49:18 +02:00 |
|
Rachel Macfarlane
|
2c1dd109d6
|
Fix some trusted type violations, #106395
|
2020-09-10 18:55:17 -07:00 |
|
Benjamin Pasero
|
a5a54adba8
|
web - fix bad credentials lookup
|
2020-09-10 13:47:37 +02:00 |
|
Matt Bierner
|
c348165cc0
|
Adding more explicit typings for promises
This gets us ready for TS 4.1
|
2020-09-09 09:21:56 -07:00 |
|