Commit graph

66576 commits

Author SHA1 Message Date
Martin Aeschlimann ed834bea3a web: nls for package.json 2020-05-28 17:29:12 +02:00
Miguel Solorio 1dc2f7cb42
Merge pull request #98716 from IllusionMH/fix-debug-icon-98704
Fix debug icon. Use Codicons instead of text
2020-05-28 06:56:26 -07:00
IllusionMH b01ef3bade Fix debug icon. Use Codicons instead of text 2020-05-28 13:15:18 +03:00
Alex Ross 1d268b7013
showCandidate should have a better name (#98566)
Fixes microsoft/vscode-internalbacklog#995
2020-05-28 10:04:12 +02:00
Sandeep Somavarapu 1ca5155a29 fix tests 2020-05-28 10:00:19 +02:00
Sandeep Somavarapu f676774cb7 Revert "Revert "allow setting default tag while installing extensions""
This reverts commit 40559425c7.
2020-05-28 08:07:47 +02:00
Benjamin Pasero fd0051cde7 Custom Titlebar is incomplete and not draggable (fix #98669) 2020-05-28 07:45:06 +02:00
Benjamin Pasero fb0ed655dc Merge branch 'master' into rebornix/notebookMoveNSplit 2020-05-28 07:34:01 +02:00
Matt Bierner 229602bb79 Use createChannelReceiver for webview manager
From https://github.com/microsoft/vscode/pull/98131#issuecomment-635104095
2020-05-27 22:24:50 -07:00
Matt Bierner 7a4880a6bd Add some extra guards around image loading 2020-05-27 19:56:02 -07:00
Matt Bierner fa3150fef0 Use original path to lookup mime type
Fixes #98668
2020-05-27 19:54:37 -07:00
Matt Bierner 4f7afb5a98 Skip failing test 2020-05-27 19:33:10 -07:00
Matt Bierner 40559425c7 Revert "allow setting default tag while installing extensions"
This reverts commit a2bc061bc6.

Revert "merge metadata into local extension"

This reverts commit b354b435ce.
2020-05-27 17:18:08 -07:00
rebornix ce9ed171c1 Fix #98202. support ansi colors in rich text/plain. 2020-05-27 16:52:41 -07:00
Peng Lyu c86d1760ea
Merge pull request #98691 from microsoft/rebornix/multi-exthost-renderers
load custom renderers when reloading from backup.
2020-05-27 16:28:16 -07:00
Matt Bierner 75fb631e42 Move webview protocol to live in webview manager service
This reduces the use of the ipc module
2020-05-27 16:27:17 -07:00
rebornix 8bac4d17ad combine events from edits from ext host. 2020-05-27 16:00:49 -07:00
Rob Lourens 60885088f9 Only open openable links from notebook webview 2020-05-27 17:46:05 -05:00
Matt Hernandez 0cecaae881
Update distro reference.
Updated to take the latest distro changes.
2020-05-27 15:19:10 -07:00
Alex Dima fbb4aaa499
Closes #92811: Register a custom comparison key computer for cell URIs 2020-05-27 23:40:59 +02:00
Alex Dima c6c9466c05
Add support for contributing an uri comparison key computer to the Undo Redo service 2020-05-27 23:40:59 +02:00
rebornix 315807911c transform outputs for backup 2020-05-27 14:34:15 -07:00
Martin Aeschlimann 32f9787b89 unused import 2020-05-27 22:51:58 +02:00
Christof Marti be5a16bf9c Remove trailing slash (fixes #97885) 2020-05-27 22:39:32 +02:00
Martin Aeschlimann 3ed67bc863 add client/server browser parts 2020-05-27 22:35:37 +02:00
Miguel Solorio 8eef8425ab Merge branch 'master' of github.com:Microsoft/vscode 2020-05-27 13:01:34 -07:00
Miguel Solorio 261c5b2863 Update Codicons: compare, pass, stopCircle, playCircle, record 2020-05-27 13:01:21 -07:00
Matt Bierner 5684336da0
Move webview's use of setIgnoreMenuShortcuts to main process (#98131)
* Move webview's use of setIgnoreMenuShortcuts to main processes

Part of #95955

Switches from calling `setIgnoreMenuShortcuts` on the renderer to calling it on the main thread

* Use channels for communication instead of ipc

* Cleanup ipc implementation

* Rename webviewMainService -> WebviewManagerService
2020-05-27 13:01:20 -07:00
Jakub Trąd f29b61ddc4
Add property default show context value proeprty (#97920)
* Add property default show context value proeprty

* Change precedence

defaultShowContextValue takes precedence
over
reusePriorSearchConfiguration

* Respect 0 as a default context lines value

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2020-05-27 12:53:55 -07:00
deepak1556 113fd1b7bc chore: bump electron@7.3.0 2020-05-27 12:47:39 -07:00
SteVen Batten 61b03f3af8 refix keybind 2020-05-27 12:30:03 -07:00
rebornix 8cf4a447de Merge remote-tracking branch 'origin/master' into rebornix/multi-exthost-renderers 2020-05-27 12:01:15 -07:00
Sandeep Somavarapu 1ffbc7843a update distro 2020-05-27 20:48:35 +02:00
João Moreno c29d755ab4
distro 2020-05-27 20:42:12 +02:00
Jack Works ece530adcf
Update typescript.code-snippets (#98521) 2020-05-27 11:41:23 -07:00
rebornix 0ca29c58f5 pass context to open editor. 2020-05-27 11:36:46 -07:00
Sandeep Somavarapu a2bc061bc6 allow setting default tag while installing extensions 2020-05-27 20:31:11 +02:00
rebornix 6a02064cfa 💄 2020-05-27 11:28:05 -07:00
rebornix 1e52b05cba editor open in group context 2020-05-27 11:20:55 -07:00
SteVen Batten 01b37c6b5d
Use a fixed position context view as a child of the anchor element (#97965)
highly scoped implementation for select boxes and dropdowns that need it
fixes #90729
fixes #93415
2020-05-27 11:18:26 -07:00
rebornix 5f39cbb516 Merge remote-tracking branch 'origin/master' into rebornix/notebookMoveNSplit 2020-05-27 11:10:31 -07:00
SteVen Batten b41766a0d9 tweak sizing 2020-05-27 10:52:23 -07:00
SteVen Batten b384147f84 add icon for npm scripts
refs #93964
2020-05-27 10:46:01 -07:00
SteVen Batten f1d78ed43e fixes #98456 2020-05-27 10:04:10 -07:00
Rachel Macfarlane a6c47beb1b Remove unused code in github auth provider 2020-05-27 09:37:54 -07:00
Sandeep Somavarapu 70e414b85e do not listen on status 2020-05-27 18:37:09 +02:00
Sandeep Somavarapu b354b435ce merge metadata into local extension 2020-05-27 18:25:33 +02:00
João Moreno 4e8168bf74
Merge branch 'joao/win32-arm64' 2020-05-27 17:58:37 +02:00
João Moreno fc574fb65e
Merge branch 'master' into joao/win32-arm64 2020-05-27 17:58:13 +02:00
Alex Dima d00ee13507
Add more validation 2020-05-27 17:41:12 +02:00