Benjamin Pasero
9c36a570c3
sandbox - move contextMenuService
2020-05-24 07:49:37 +02:00
Benjamin Pasero
2c2750be08
sandbox - get rid of IMainProcessService2
2020-05-23 14:33:57 +02:00
Benjamin Pasero
0565b5fc03
sandbox - move issueService
2020-05-23 14:14:33 +02:00
Benjamin Pasero
88af9b528f
sandbox - make sure to use sandboxed main process service consistently in renderer
2020-05-23 08:47:49 +02:00
Benjamin Pasero
dc8f291781
sandbox - let workspaces service use sandboxed IPC
2020-05-23 08:05:47 +02:00
Benjamin Pasero
a4a5b1f19c
sandbox - expose limited IPC via preload script
2020-05-22 12:23:43 +02:00
Sandeep Somavarapu
175fddc4ee
#93960 Show sycned machines
2020-05-20 13:08:43 +02:00
Sandeep Somavarapu
6c720e3b8c
#97810 log error
2020-05-15 13:28:53 +02:00
Martin Aeschlimann
2b9a141306
Merge branch 'master' into aeschli/avoidthemeonbody
2020-05-12 08:58:55 +02:00
Martin Aeschlimann
8ae60f5a33
fix spaces
2020-05-11 21:07:50 +02:00
João Moreno
8a48b77b53
fixes #97199
2020-05-11 13:07:54 +02:00
Martin Aeschlimann
76d612786a
Themes: set classes to the <body> element. Fixes #92953
2020-05-09 13:25:21 +02:00
Danny Lin
ff118340b5
Use system-ui alias for UI fonts ( fixes #10144 ) ( #96948 )
...
Commit 45d93e9325 applied this change in
some areas, but it was reverted to fix #28619 . The underlying cause of
the regression was Chromium bug 733219 [1], which has now been fixed, so
this change should be safe to apply now.
The old font stacks have been kept with lower priorities to work around
Chromium bug 724393 [2].
[1] https://bugs.chromium.org/p/chromium/issues/detail?id=733219
[2] https://bugs.chromium.org/p/chromium/issues/detail?id=724393
2020-05-08 08:21:40 +02:00
SteVen Batten
4abcc03d6a
update to telemetry service/callstack or exception
2020-04-27 17:33:44 -07:00
Alex Dima
a6e59815c8
Adopt vscode-oniguruma-wasm
2020-04-23 11:16:21 +02:00
Martin Aeschlimann
dc269a975e
set styles in batch
2020-04-21 09:36:37 +02:00
Martin Aeschlimann
0497890ec7
Merge branch 'master' into aeschli/specific-codicon-names
2020-04-20 20:47:26 +02:00
Martin Aeschlimann
2be195ab5c
move codicon to base/common
2020-04-20 16:12:10 +02:00
João Moreno
a873a9cca8
add content security policy
2020-04-20 10:48:19 +02:00
Martin Aeschlimann
ec02bcd1cc
codicon definitions in browser/ui/codicon/codicon
2020-04-17 13:39:54 +02:00
SteVen Batten
c173ec392f
update public logs
2020-04-08 12:47:28 -07:00
Sandeep Somavarapu
288445a550
#94599 Move exe based tips to new service in shared process
2020-04-07 16:23:47 +02:00
Rachel Macfarlane
2f0d2e415c
Move issueReporterUtil to platform, fixes #94505
2020-04-06 15:33:17 -07:00
Daniel Imms
df8b833e00
Merge pull request #94472 from microsoft/tyriar/94388
...
Report linux desktop-related env vars in issue reporter
2020-04-06 08:51:42 -07:00
Benjamin Pasero
9f1aa3c9fe
debt - remove node pieces from environment ( #82598 )
2020-04-06 09:12:41 +02:00
Daniel Imms
ebbc6591de
Report linux desktop-related env vars in issue reporter
...
Fixes #94388
2020-04-05 09:12:10 -07:00
Sandeep Somavarapu
89a300d871
fix compilation
2020-03-24 14:09:07 +01:00
Sandeep Somavarapu
145c3833f4
Merge branch 'master' into sandy081/sync/globalStorage
2020-03-24 14:02:21 +01:00
Sandeep Somavarapu
b089ff140a
#86678 Enhance back up views
...
- Show individual resources
2020-03-20 16:33:20 +01:00
Sandeep Somavarapu
84142c615d
- Introduce storage key sync registry service
...
- Register pinned viewlets state key
2020-03-20 11:03:07 +01:00
Sandeep Somavarapu
839383dc1d
remove settings sync service
2020-03-14 02:18:41 +01:00
Sandeep Somavarapu
c584c5c177
Implement getAllRefs and resolveContent for backup store
2020-03-06 18:10:08 +01:00
Sandeep Somavarapu
c7be212f89
Fix #92144
2020-03-06 10:43:22 +01:00
Matt Bierner
eca0690ba0
Allow issue reporter to work on built-in extensions ( #92040 )
...
Fixes #91029
2020-03-05 12:15:23 -08:00
Sandeep Somavarapu
36141fa1f3
#85619 Enable following
...
- getting all refs
- resolving content for a ref
- deleting a resource
2020-03-05 03:38:41 +01:00
Benjamin Pasero
9eedabce7b
debt - move native pieces of window config into node layer
2020-03-02 12:35:26 +01:00
Rachel Macfarlane
3c1e64220f
Fixes #91384
2020-02-26 17:15:11 -08:00
Matt Bierner
0b3aa0a6ea
Let extensions prepopulate the issue reporter title and description ( #91039 )
...
* Let extensions prepopulate the issue reporter title and description
Fixes #91028
Adds two new optional arguments to the `vscode.openIssueReporter` command: `issueTitle` and `issueBody`. These are taken using an options object and are used to pre-populate the native issue reporter fields
Hooks up these fields for TypeScript's report issue prompt. We use this to post the most recent TS Server error stack
* Extract duplicate command id to constant
* Log version directly instead of prompting users for it
2020-02-20 10:31:09 -08:00
Sandeep Somavarapu
5e5e709460
move auth token service from user data sync
2020-02-20 15:04:33 +01:00
Sandeep Somavarapu
6b71b834f3
#90076 move config service to common
2020-02-18 08:59:43 +01:00
Sandeep Somavarapu
5608bb8185
Fix #90440
2020-02-11 13:14:38 +01:00
Benjamin Pasero
8a997f7321
Web: extension recommendations are not working ( fix #90421 )
2020-02-11 07:33:38 +01:00
Matt Bierner
add759df6f
Fix some more simple strict function errors
...
For #81574
2020-02-10 15:28:12 -08:00
Sandeep Somavarapu
62265b4ee2
Fix #90088
2020-02-10 17:27:59 +01:00
Sandeep Somavarapu
2a5cdd734d
Use global extension enablement service directly
2020-02-10 12:52:44 +01:00
Benjamin Pasero
edf7a551c3
clarify ipc messages
2020-02-09 10:42:19 +01:00
Benjamin Pasero
4ac76723c7
shared process - register channels when IPC ready
2020-02-06 13:00:12 +01:00
Benjamin Pasero
89b9cd79fb
shared process - add separate whenIpcReady
2020-02-06 12:46:15 +01:00
Sandeep Somavarapu
154c56def8
adopt to new multiplex channel
2020-02-05 12:49:40 +01:00
Sandeep Somavarapu
4ee7ff133e
💄
2020-02-01 00:41:13 +01:00