Matt Bierner
17dcafe6c6
Remove manual strikethroughs for deprecated properties in vscode.d.ts
...
Now that TS has support for `@deprecated`, these manual strike throughs should no longer be required.
2020-09-08 15:35:49 -07:00
Matt Bierner
4c7071e9ab
Add WebviewView.description
...
Allow configuring the description for webview views.
This is rendered next to the title in a less prominently in the title
2020-09-08 15:23:43 -07:00
Matt Bierner
1fbd17331e
Only enable 'open with' on files
...
Fixes #106291
2020-09-08 14:53:55 -07:00
Matt Bierner
f63ceed2b0
Revert more specific class names for editor tokens
...
Reverts #103485
Fixes #106261
I believe that #103485 broke cases where the markdown renderer creates tokenized strings that are used outside of an editor's dom node (such as in hovers or in webviews)
The safest fix for now is to revert it. We can revist this and make the markdown renderer handle the tokenized output better next iteration
2020-09-08 13:45:57 -07:00
Martin Aeschlimann
7ce60506a9
Merge pull request #106277 from microsoft/aeschli/adoptColorScheme
...
add HostColorService & unify ColorSchema
2020-09-08 12:48:07 -07:00
Martin Aeschlimann
73f84d68c5
review comments
2020-09-08 21:15:35 +02:00
Rob Lourens
7248c9ac80
Fix occasional bad custom selectbox layout
...
Fix #106302
2020-09-08 14:06:13 -05:00
Martin Aeschlimann
baef0ae22b
high contrast switching in browser
2020-09-08 21:04:00 +02:00
Johannes Rieken
e429fc386e
remove NotebookDocument#displayOrder , fixes https://github.com/microsoft/vscode/issues/106305
2020-09-08 20:10:28 +02:00
Johannes Rieken
8b0a7c9582
debt - remove _unInitializedDocuments
2020-09-08 19:56:24 +02:00
Johannes Rieken
44b1737a9c
chore - when target might be undefined use target?.dispose() over dispose(target)
2020-09-08 17:34:53 +02:00
Alex Ross
52e557f26b
API proposal for tree item icon color
...
Part of #103120
2020-09-08 17:18:39 +02:00
Martin Aeschlimann
7b93ed001c
rename to IHostColorSchemeService
2020-09-08 16:59:17 +02:00
Johannes Rieken
12fc18ba86
Use innerText over innerHTML, https://github.com/microsoft/vscode/issues/106285
2020-09-08 16:57:12 +02:00
Johannes Rieken
ce19502cdd
chore - tweak onDidAddNotebookDocument, onDidRemoveNotebookDocument event, use ResourceMap and fix confusion between models and editors
2020-09-08 16:33:48 +02:00
isidor
8abace19c1
explorer: Fix TrustedTypes violation
...
#106285
2020-09-08 16:27:31 +02:00
Alex Ross
66ab6580ea
Add back hideHover and use on tree context menu show
...
Fixes #106268
2020-09-08 15:49:02 +02:00
Johannes Rieken
2edbe68c84
Merge pull request #106225 from LeuisKen/master
...
Fix #106213
2020-09-08 15:48:10 +02:00
Johannes Rieken
1c3d3ae3ac
notebooks - don't allow anyone to call unregisterNotebookProvider, add names to TODO-tags
2020-09-08 15:44:29 +02:00
Alex Ross
ab4892d63b
Remove optional from cancellation token in task api
...
Fixes #105818
2020-09-08 15:39:57 +02:00
Christof Marti
dbc0cfe2b7
Fix TrustedTypes violation ( #106285 )
2020-09-08 15:37:39 +02:00
Benjamin Pasero
d1ab538db5
editor context keys - renames and deprecations
2020-09-08 14:58:06 +02:00
Benjamin Pasero
5cca952f16
trusted types ( #106285 )
2020-09-08 14:47:40 +02:00
Sandeep Somavarapu
ab566ed1fe
use async await
2020-09-08 13:48:56 +02:00
Sandeep Somavarapu
1757307513
#103454 do not use deprecated methods
2020-09-08 12:33:54 +02:00
Sandeep Somavarapu
66db1a7057
#103454 remove objects.assign usage
2020-09-08 12:33:54 +02:00
isidor
b1a66b59b8
debug: dynamic launch configurations should be stored properly
...
fixes #96293
2020-09-08 11:54:05 +02:00
Johannes Rieken
89a2e78f7c
adopt request delays in code lense, also modernize code lens. fixes https://github.com/microsoft/vscode/issues/106267
2020-09-08 11:25:39 +02:00
mbassit
4a801b9737
Increased height of proxy authentication dialog to prevent cutting buttons ( #83900 )
2020-09-08 11:19:39 +02:00
Martin Aeschlimann
80513ce407
add HostColorService
2020-09-08 11:14:40 +02:00
Martin Aeschlimann
0a22f4cc42
more colorScheme adoption
2020-09-08 11:14:18 +02:00
isidor
707ce447cb
fixes #106246
2020-09-08 10:52:09 +02:00
Johannes Rieken
4281619878
extract request delay managment for reuse, https://github.com/microsoft/vscode/issues/106267
2020-09-08 10:45:26 +02:00
Johannes Rieken
7a6d2cad4f
💄 some code lens polish
2020-09-08 10:45:25 +02:00
Johannes Rieken
0d6a1f8e1c
TrustedTypes - use clearNode instead of innerHTML
2020-09-08 09:42:19 +02:00
Benjamin Pasero
718ec32303
keyboard - rename and cleanup some editor related contextkeys
2020-09-07 18:26:12 +02:00
Benjamin Pasero
d69c272ce8
environment - update jsdoc to clarify things
2020-09-07 17:50:49 +02:00
Sandeep Somavarapu
39f8e2a1dc
#103454 do not use deprecated methods
2020-09-07 17:38:06 +02:00
Martin Aeschlimann
b8caf59d0c
adopt color scheme in host service
2020-09-07 17:28:38 +02:00
Johannes Rieken
8a06771005
readonly-ness, readonly over getter, some member sorting (properties, ctor, methods), https://github.com/microsoft/vscode/issues/105735
2020-09-07 17:07:50 +02:00
Johannes Rieken
ee2ba80107
add cmd+i (mac), ctrl+i (linux/win) as additional intellisense trigger character, https://github.com/microsoft/vscode/issues/105207
2020-09-07 16:31:43 +02:00
Johannes Rieken
4fb1ce8a36
Merge pull request #106200 from moshfeu/fix/x-overlap-text
...
Add padding to space the x button of "suggest" tooltip
2020-09-07 16:23:47 +02:00
Johannes Rieken
620faccd51
Merge pull request #106237 from microsoft/joh/channels
...
MessageChannel-api to communicate with worker ext host
2020-09-07 16:19:39 +02:00
João Moreno
ca3c527f43
Merge pull request #104284 from jeanp413/fix-list-smooth-scrolling
...
Fixes settings editor scrolls slowly when `workbench.list.smoothScrolling` enabled
2020-09-07 15:53:47 +02:00
Johannes Rieken
784c1dad15
use MessageChannel api to communicate between worker extension host and main thread
2020-09-07 15:44:40 +02:00
Sandeep Somavarapu
79c4f10983
Fix #106021
2020-09-07 15:24:57 +02:00
Johannes Rieken
6b45e457eb
Trusted Types - no innerHTML usage in HighlightedLabel
2020-09-07 14:37:57 +02:00
Johannes Rieken
3b7fd575de
💄 dom
2020-09-07 14:18:44 +02:00
Johannes Rieken
26545ec993
Merge branch 'master' into fix/x-overlap-text
2020-09-07 12:32:21 +02:00
Johannes Rieken
7b239ddf8a
strict INotebookTextModel#cells and some more readonly-ness, https://github.com/microsoft/vscode/issues/105735
2020-09-07 12:26:09 +02:00