Commit Graph
65625 Commits
Author SHA1 Message Date
isidor 4fee76e61b fixes #97464 2020-05-12 10:34:14 +02:00
Benjamin Pasero bec895643d There are two KeytarCredentialsService implementations (fix #97501) 2020-05-12 10:32:08 +02:00
Sandeep Somavarapu 3b878b5c0a Fix #97583 2020-05-12 10:28:31 +02:00
Benjamin Pasero b4ad04264a Pinned tabs: reopen closed editor does not restore pinning (fix #97584) 2020-05-12 10:24:53 +02:00
Benjamin Pasero 442caf6cd9 Pinned tabs: doesn't toggle with shortcut (fix #97520) 2020-05-12 09:50:43 +02:00
Martin Aeschlimann bafca191f5 Extension API: window.activeColorTheme does not report the correct theme. Fixes #97369 2020-05-12 09:41:19 +02:00
Benjamin Pasero 9798bdde87 build - run "code -v" to verify notarization is proper 2020-05-12 08:29:02 +02:00
Lissein d75373ea91 Fix comment on titleBar theme colors (#97360)
The currrent comment says that it's only supported on macOS. It it now supported
on other platforms so this updates the comments accordingly.
2020-05-12 08:06:41 +02:00
Jackson Kearl 6ba01ef140 Restrict trusted domain auto-insertion to github domains.
Ref #97532.
Reasoning is otherwise it would be possible for an extension to simply insert an entry into .git/config. This is still possible in thoery, but at least only for github.
2020-05-11 22:15:51 -07:00
Jackson Kearl 288852d8c2 Update trusted domains based on workspaace remotes
Closes #97532
2020-05-11 21:59:09 -07:00
Jackson Kearl 1636e54c06 Trust https://github.com/{ME} by default 2020-05-11 20:31:19 -07:00
Rob Lourens a75205794a Fix cell status bar 2020-05-11 21:14:16 -05:00
Rachel Macfarlane cbb0b04d7d Add supportsMultipleAccounts to auth providers 2020-05-11 18:32:36 -07:00
Rachel Macfarlane 4a875e0d7c Add getSession and hasSessions to authentication namespace 2020-05-11 18:32:36 -07:00
Matt Bierner 4da345ea2b Clairify breaks setting effect
Fixes #97382
2020-05-11 17:33:28 -07:00
Matt Bierner c6db83b483 Extract error codes to constant file 2020-05-11 17:33:28 -07:00
Matt Bierner 2393521d37 Use equals helper 2020-05-11 17:33:28 -07:00
SteVen Batten 6b4258e724 allow icon and contextualtitle on views from exts 2020-05-11 16:44:28 -07:00
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