Commit Graph

65607 Commits

Author SHA1 Message Date
Rob Lourens fedd448714 improvements to cell output focus sinks
Move focus off sinks when they are used so they are not triggered a second time when focus goes back into the webview later
2020-05-11 18:26:36 -05:00
rebornix 2586069f4d avoid notebook editor input duplication when hiding/showing tab 2020-05-11 16:19:53 -07:00
SteVen Batten e074920d89 fixes #96584 2020-05-11 16:17:43 -07:00
Rob Lourens c8687877b6 Move drag/drop listeners to list-level to fix dragging over code cell outputs
#96308
2020-05-11 17:55:00 -05:00
Rahul Kadyan 47c54f0e32 feat: use configNamespace for registering language providers of other extensions (#95621)
fixes #75890
2020-05-11 15:22:42 -07:00
Christos Pappas 03beeec722 Prevent aggressive image name encoding (#96935)
* Prevent aggressive image name encoding

* Fix typo on function name

Changes getWebiewContents to getWebviewContents in image-preview extension
2020-05-11 15:21:16 -07:00
Sandeep Somavarapu 1063f59dde Fix #97555 2020-05-12 00:19:57 +02:00
Matt Bierner e4e1099f8c Configure optional chain completions at the file level instead of per-request
Fixes #97398
2020-05-11 14:52:20 -07:00
Matt Bierner df88d8a7ef Use vscode editor font variable in markdown preview
Fixes #97374
2020-05-11 14:23:16 -07:00
rebornix d02f86c1ea Fix #95664. 2020-05-11 14:23:06 -07:00
Robo 5aa5fa5f4c fix: gpu helper entitlements (#97546) 2020-05-11 14:04:10 -07:00
rebornix f35da5746d INotebookEditor extends ICompositeEditor 2020-05-11 13:54:45 -07:00
Peng Lyu eaefacf780 Merge pull request #97543 from microsoft/rebornix/retainedNotebookEditor
retained notebook editor
2020-05-11 13:09:02 -07:00
Matt Bierner b1e9155139 Use generic for providers with resolve methods (#96955)
* Use generic for providers with resolve

Fixes #95852

Some of our providers have two phases: provide and resolve. This change updates the typings to make it clearer that the values returned by provider are passed into resolve.

* Remove duplicate vscode.d.ts in search-result extension

* Also use generic type in result of resolve
2020-05-11 13:06:03 -07:00
SteVen Batten 56b8c19205 support contextual title via containerTitle 2020-05-11 11:42:34 -07:00
rebornix 83a3633379 fix dnd. 2020-05-11 11:26:14 -07:00
Matt Bierner b01489a20e Fixes #97462 2020-05-11 11:21:39 -07:00
Matt Bierner e3bc0ad257 Unregister capabilities on provider dispose
Fixes #97060
2020-05-11 11:21:39 -07:00
Jackson Kearl 451c76d5d4 Add schema for open new search editor command args
#95582
2020-05-11 11:16:44 -07:00
rebornix f63c75a9b0 extract notebook editor widget 2020-05-11 11:11:51 -07:00
rebornix 3507e2dc3a Retained notebook editor under workbench. 2020-05-11 10:26:39 -07:00
Rob Lourens 7c599cc432 Fix 'undefined' showing up in notebook webview 2020-05-11 12:08:37 -05:00
Rachel Macfarlane bbb54b5ffc Remove trace setting from microsoft auth provider 2020-05-11 09:53:59 -07:00
isidor 39e2f450e8 fixes #97471 2020-05-11 18:37:51 +02:00
Benjamin Pasero a9486cbf68 Pinned Release Notes tab is blank (looks weird) (fix #97218) (#97468) 2020-05-11 09:14:12 -07:00
Johannes Rieken 1843faa32b notebook outline - don't focus notebook 2020-05-11 18:07:39 +02:00
Ladislau Szomoru 37cb93ffa7 Switched to 'editor' in favor of 'inherit' and improved the setting descritpion (#97508) 2020-05-11 17:16:46 +02:00
Benjamin Pasero ce3426e478 improve propagating debugging arguments (#96337) (#96822) 2020-05-11 16:29:53 +02:00
Alex Ross 45da8ac9bc Fix resolveTask for npm install
Fixes #97197
2020-05-11 16:20:22 +02:00
Rob Lourens 1ed6b1061c Ignore duplicate registered settings instead of throwing 2020-05-11 09:10:51 -05:00
Alex Dima 0be38d53ee Increase the default horizontal scrollbar height to 12 (#96928) 2020-05-11 15:59:15 +02:00
João Moreno 2c7e7c5eec fixes #96928 2020-05-11 15:40:44 +02:00
Johannes Rieken f5bf414f09 fix goto error issue 2020-05-11 15:15:41 +02:00
Johannes Rieken 5a184a40cd 💄 2020-05-11 15:12:21 +02:00
Johannes Rieken 724c307bf3 :ltipstick: make IdleValue#value a getter 2020-05-11 15:08:34 +02:00
Sandeep Somavarapu 71a587e2cb reload message is not needed anymore 2020-05-11 14:58:27 +02:00
Daniel Imms d3a10a33b3 Mention - prefix in commandsToSkipShell doc
Fixes #95383
2020-05-11 05:28:34 -07:00
Alex Ross 884fcedf97 Update grammars 2020-05-11 14:03:54 +02:00
Sandeep Somavarapu 71bb111a06 #93960 Ability to compare globalState with current state 2020-05-11 13:29:03 +02:00
Sandeep Somavarapu 5deb0157cf #93960 abiity to compare with local extensions 2020-05-11 13:29:03 +02:00
João Moreno 8a48b77b53 fixes #97199 2020-05-11 13:07:54 +02:00
Johannes Rieken 4f38898bd1 notebook - show first non-empty line for code cells, select and focus cells on select 2020-05-11 12:37:07 +02:00
Ladislau Szomoru 6c39ddaea0 Add settings for SCM input font family (#97139)
* Add settings for input message font family
2020-05-11 12:20:25 +02:00
João Moreno c1dce20879 fixes #97059 2020-05-11 12:05:49 +02:00
Isidor Nikolic 8f0f44cd0f Merge pull request #97311 from petevdp/allow-centered-inline-diff-editor
Allow the inline diff editor to be centered.
2020-05-11 11:42:21 +02:00
Johannes Rieken 99de27bd7c 💄 simpler menu registration 2020-05-11 11:32:00 +02:00
Dirk Baeumer 480272dc79 Add map state test to forEach 2020-05-11 11:28:28 +02:00
Johannes Rieken 2b472d1e4a register a marker list provider for notebooks, #96708 2020-05-11 11:26:28 +02:00
Johannes Rieken 337c788e89 add marker list provider, #96708 2020-05-11 11:26:28 +02:00
Johannes Rieken 136bbd3b3b rework gotoError logic to be fit for #96708 2020-05-11 11:26:28 +02:00