Commit Graph

70384 Commits

Author SHA1 Message Date
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
Jean Pierre a6833ed841 proper fix for #105202 (#106293) 2020-09-08 14:46:43 -07:00
Matt Bierner e969bc18a1 Disable errors in non-semantic supported files
Fixes #106299
Fixes #106314

Also enables js/ts features on the right side of PRs and in search results
2020-09-08 14:39:58 -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
Rob Lourens c3018ad2c3 Bump vscode-ripgrep for ARM
#6442
2020-09-08 14:30:31 -05: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
Connor Peet 76e45c2b69 debug: make serverReadyAction play nicely with js-debug
Fixes https://github.com/microsoft/vscode/issues/86035
Fixes https://github.com/microsoft/vscode-js-debug/issues/440
2020-09-08 11:54:31 -07:00
Johannes Rieken 62f1bf8c6b chore - update references viewlet 2020-09-08 20:32:26 +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
Daniel Imms a7a501f07a node-pty@0.10.0-beta17
Fixes #105957
2020-09-08 09:09:50 -07:00
Rob Lourens 7a92c462c8 Reenable notebook smoke test #105330 2020-09-08 10:46:04 -05: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 7b08ea7e02 notebook update 2020-09-08 16:34:41 +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
Christof Marti fc4163ea01 Add loginShell (microsoft/vscode-remote-release#3593) 2020-09-08 16:32:04 +02:00
isidor 8abace19c1 explorer: Fix TrustedTypes violation
#106285
2020-09-08 16:27:31 +02:00
Daniel Imms 5109695773 Update distro 2020-09-08 06:52:23 -07: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
Daniel Imms ec870eefbb xterm@4.9.0-beta.32, xterm-addon-webgl@0.9.0-beta.4
Fixes #106248
Fixes #105979
Part of #101467
Part of #106072
2020-09-08 06:42:37 -07: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
Martin Aeschlimann 849acd83eb Treat SConstruct/SConscript files as python automatically. Fixes #105623 2020-09-08 14:33:06 +02:00
Martin Aeschlimann c255e914cd [bat] change comment token to @rem. Fixes #105896 2020-09-08 14:31:00 +02:00
Martin Aeschlimann 23177e8e30 Merge pull request #106282 from nvuillam/AddNfFileExtensionForGroovy
Add .nf to Groovy file extensions
2020-09-08 05:22:20 -07:00
NicolasVuillamy 1dab4e6979 Add .nf file extension for groovy files 2020-09-08 14:11:03 +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
João Moreno 82aa8fc425 better git and github docs 2020-09-08 09:55:07 +02:00