rebornix
faa1dd8ed4
remove deltaMetadata.
2020-09-04 09:43:43 -07:00
rebornix
5df8657627
remove notebookTextModel#createCell
2020-09-04 09:35:36 -07:00
rebornix
08a33550cf
remove clear all cell outputs
2020-09-04 09:29:43 -07:00
Daniel Imms
b4435b1c85
Remove empty ctor
2020-09-04 09:25:03 -07:00
Daniel Imms
a26e4fdd20
Use intersection observer to hide hovers
...
Fixes #106127
2020-09-04 09:24:10 -07:00
rebornix
8503905a7c
remove clear outputs api.
2020-09-04 09:21:45 -07:00
Alex Ross
d9e2c45e8c
Use uri label as fallback for resources without a tooltip
...
Part of #106007
2020-09-04 16:04:56 +02:00
Sandeep Somavarapu
231e2b2880
💄
2020-09-04 15:13:58 +02:00
Sandeep Somavarapu
e1b1a4120b
Merge pull request #106119 from microsoft/aeschli/103949
...
web: missing settings change events from FileUserDataProvider
2020-09-04 14:32:25 +02:00
Martin Aeschlimann
61842a12fa
Merge branch 'master' into aeschli/103949
2020-09-04 14:20:08 +02:00
Martin Aeschlimann
0cbdd5ee27
missing settings change events from FileUserDataProvider
2020-09-04 14:16:26 +02:00
Alex Ross
6b660bd8e1
Only show custom tree hovers on icon and label, not actions
...
Fixes #106105
2020-09-04 13:52:26 +02:00
Sandeep Somavarapu
fe9d6d9f16
deprecate authenticationSessionId
2020-09-04 12:48:48 +02:00
Sandeep Somavarapu
f0f42edb2c
fix config based recommendations when there are no workspace recommendations
2020-09-04 12:26:56 +02:00
Benjamin Pasero
9d1eea5bcf
sandbox - implement a simple native workbench environment service
2020-09-04 12:26:07 +02:00
Alex Ross
a957b7316f
Removed unused delay memeber from tree
2020-09-04 12:13:20 +02:00
Benjamin Pasero
4e729bbd7f
sandbox - move dialog service into electron-sandbox
2020-09-04 12:08:05 +02:00
Alex Ross
ffae04a5dc
Better match native hover delay in custom tree hovers
...
Fixes #106102
2020-09-04 11:49:38 +02:00
João Moreno
7bbd494c55
fixes #104931
2020-09-04 11:38:31 +02:00
Benjamin Pasero
1c780375b3
sandbox - lift more services to electron-sandbox
2020-09-04 11:30:07 +02:00
Benjamin Pasero
d26e7a0a77
sandbox - move workspace editing service to electron-sandbox
2020-09-04 11:14:49 +02:00
Benjamin Pasero
3e8f3d6668
sandbox - lift NativeWindow to electron-sandbox
2020-09-04 11:10:39 +02:00
Benjamin Pasero
3da939d1d7
Merge branch 'master' into ben/sandbox-environment
2020-09-04 10:45:13 +02:00
Benjamin Pasero
b2acd8fa72
sandbox - make layers checker fit to complain about native things definedin common layer
2020-09-04 10:32:00 +02:00
Benjamin Pasero
f7513596af
sandbox - move workbench environment service into electron-sandbox
2020-09-04 09:47:57 +02:00
Benjamin Pasero
9fd7fc0003
sandbox - use workbench native environment service
2020-09-04 08:32:54 +02:00
rebornix
00a0e836f5
no more *2 API
2020-09-03 21:41:58 -07:00
rebornix
6d0783e58e
inline delegates
2020-09-03 21:40:01 -07:00
rebornix
25b2e70d05
reduce _onDidChangeCells
2020-09-03 21:33:16 -07:00
rebornix
759ead4d71
remove onDidChangeMetadata.
2020-09-03 21:22:18 -07:00
rebornix
a44751de53
re #105735 . content changes on text model should always be emitted to ext host.
2020-09-03 20:32:03 -07:00
rebornix
11158cc1d1
re #105735 . selections as NotebookEditor properties.
2020-09-03 20:28:28 -07:00
Alex Dima
45c70c29e5
Fixes #83672
2020-09-04 01:20:09 +02:00
Joaquín Ruales
6f223f2823
notebooks: remove redundant type in union
2020-09-03 14:43:13 -07:00
SteVen Batten
6e4af7e639
fixes #105734
2020-09-03 14:37:19 -07:00
Alex Dima
cbb179a52a
Bump bl from 4.0.2 to 4.0.3
2020-09-03 23:08:47 +02:00
Alex Dima
674ed701b3
Fixes #106051 : Make sure to have a stronger selector than the mtk ones
2020-09-03 22:46:37 +02:00
Alex Dima
7396cb1990
Have the Toggle Keyboard Shortcuts Troubleshooting action open the renderer log
2020-09-03 22:46:37 +02:00
Alex Dima
e952b9cf9c
Do not trace all dispatches
2020-09-03 22:46:36 +02:00
Rafał Chłodnicki
896dc31762
[json-language-features] Fix json/schemaAssociations parameters documentation
...
The `json/schemaAssociations` documentation is not accurate in stating
that the only supported parameter is an object in `{ pattern: uri }`
format. It also supports the structure defined by `SchemaConfiguration`
interface from "vscode-json-languageservice".
Also updated the server code to match that.
Resolves #106060
2020-09-03 19:57:02 +02:00
Rob Lourens
616afa93e2
Merge pull request #106038 from microsoft/lszomoru/color-setting
...
Settings - Add string validator for color-hex format
2020-09-03 10:17:40 -07:00
rebornix
9f83ea52a3
fix #106008 .
2020-09-03 10:10:29 -07:00
Rachel Macfarlane
74c0ce02ce
Add new github browser extension id to allow list
2020-09-03 09:59:43 -07:00
rebornix
3a9fbf48cc
💄
2020-09-03 09:56:50 -07:00
rebornix
e2f63c9013
Revert "fix #105923."
...
This reverts commit 26aae86ac2 .
2020-09-03 09:46:58 -07:00
Sandeep Somavarapu
23c359da9c
Fix #105414
2020-09-03 17:26:59 +02:00
Alex Ross
215c9da78a
Fix tree hover position
...
Fixes #106010
2020-09-03 17:00:00 +02:00
Benjamin Pasero
4f8453d572
sandbox - allow native workbench environment service on common layer
2020-09-03 16:24:27 +02:00
Benjamin Pasero
4c3f4a5eb5
sandbox - some workbench environment cleanup
2020-09-03 15:29:18 +02:00
João Moreno
fda9471435
fixes #106025
2020-09-03 15:26:29 +02:00