Commit Graph
70429 Commits
Author SHA1 Message Date
João Moreno 799db29ff5 install dot net core sdk 2020-09-09 08:55:52 +02:00
João Moreno 6ca91db00a Merge remote-tracking branch 'origin/master' into joao/linux-arm 2020-09-09 08:53:49 +02:00
Benjamin Pasero 1d177e247c fix #106283 2020-09-09 08:27:49 +02:00
Sandeep Somavarapu bb27a30efa enable test 2020-09-09 08:06:13 +02:00
Sandeep Somavarapu 98ab62b6b6 fix #106283 2020-09-09 08:04:07 +02:00
Matt Bierner 940bfbd6a6 Skip failing test 2020-09-08 17:41:55 -07:00
Matt Bierner f79540dc65 Add show method to webview view
Fixes #106085
2020-09-08 17:19:11 -07:00
Peng Lyu 93a0c99f18 Merge pull request #106313 from microsoft/rebornix/nbdebt
notebook text model debt
2020-09-08 15:41:38 -07:00
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
rebornix f48b0f4672 fix integration tests. 2020-09-08 14:18:34 -07:00
rebornix ccc6fe63ab merge conflict resolve. 2020-09-08 14:13:22 -07:00
rebornix 1870a1c47e Merge remote-tracking branch 'origin/master' into rebornix/nbdebt 2020-09-08 14:10:32 -07:00
rebornix 6485f44708 remove emit selections. 2020-09-08 13:54:31 -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
João Moreno 034f6fc5ba fix rpm 2020-09-08 20:57:07 +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
rebornix ed377f963f no uninitialized documents. 2020-09-08 11:20:27 -07: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
rebornix b2a389c93e 💄 2020-09-08 09:23:39 -07:00
Daniel Imms a7a501f07a node-pty@0.10.0-beta17
Fixes #105957
2020-09-08 09:09:50 -07:00
rebornix 17d779cfd2 unified onDidChangeContent 2020-09-08 08:57:16 -07:00
rebornix a98552c935 deprecate onDidChangeContent 2020-09-08 08:50:03 -07:00
Rob Lourens 7a92c462c8 Reenable notebook smoke test #105330 2020-09-08 10:46:04 -05:00
rebornix 8ebad589d5 deprecate onDidChangeCells 2020-09-08 08:36:06 -07: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
João Moreno 1f99a829e6 produce deb, rpm packages 2020-09-08 16:29:14 +02:00
isidor 8abace19c1 explorer: Fix TrustedTypes violation
#106285
2020-09-08 16:27:31 +02:00
João Moreno 1003166b7d 💄 2020-09-08 16:24:51 +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