Commit Graph
73433 Commits
Author SHA1 Message Date
rebornix 1caa7fa6f1 re #105614. hover on color decorator should trigger color picker. 2020-10-09 11:34:55 -07:00
rebornix 2249f2aba5 fix #108406. openNotebookDocument. 2020-10-09 11:34:55 -07:00
Sandeep Somavarapu ec83474a0f remove userdataprovider api 2020-10-09 17:21:51 +02:00
Sandeep Somavarapu ce20392891 enable syncing extensions in web by default 2020-10-09 17:08:38 +02:00
Sandeep Somavarapu 03912754be support user built in extensions 2020-10-09 17:08:38 +02:00
Chuck Lantz dd88c178d4 Update distro 2020-10-09 07:47:56 -07:00
Chuck Lantz bcdaaedb5f Tie Actions workflow to lock files so minor edits do not trigger it 2020-10-09 07:40:44 -07:00
Sebastian Andil 6f4409deae Fix typo (#108329) 2020-10-09 16:28:58 +02:00
João Moreno 7cb2f56439 more uppercase
fixes #108348
2020-10-09 16:24:11 +02:00
turara 66160a8417 Add updateTextFromFindWidgetOrSelection method to SearchView
Resolves #78733.
2020-10-09 22:59:02 +09:00
Johannes Rieken a344aa4b31 avoid innerHTML in diff editor, fyi @alexdima, https://github.com/microsoft/vscode/issues/108400 2020-10-09 15:51:14 +02:00
Johannes Rieken 8ad89d0f09 update search file 2020-10-09 14:32:11 +02:00
Johannes Rieken c2c3177b21 avoid innerHTML in context view, https://github.com/microsoft/vscode/issues/106395 2020-10-09 14:17:20 +02:00
Tony Xia 1ac6333d2c Persisten -> Persistent 2020-10-09 23:15:44 +11:00
Tony Xia d1ccaeb840 dispoables -> disposable 2020-10-09 22:58:53 +11:00
KapitanOczywisty c9fb066990 Ignore LineDecoration order when comparing 2020-10-09 12:59:39 +02:00
Johannes Rieken 04b92758fa use trusted html for playground, fyi @JacksonKearl, https://github.com/microsoft/vscode/issues/106395 2020-10-09 12:11:25 +02:00
Alex Ross d2ebe3b85d Add setting to disable auto forwarding of ports
Fixes #108346
2020-10-09 11:48:30 +02:00
Johannes Rieken f0f95fbc43 Merge pull request #108323 from vivekmthr/master
CodeLens activated on mouse up #107736
2020-10-09 11:32:40 +02:00
Johannes Rieken e3dcfe77bc some 💄 and reuse, https://github.com/microsoft/vscode/issues/106395 2020-10-09 11:22:29 +02:00
Johannes Rieken c0f4a57e22 use trusted html in issue reporter, fyi @RMacfarlane, https://github.com/microsoft/vscode/issues/106395 2020-10-09 11:22:29 +02:00
Shivang Tripathi f8c0e3b612 feat: Autodetect npm.packageManager #102050 (#102494)
Detects the preferred  package manager
and if multiple are present, warns and uses
in priority order: npm => yarn => pnpm
Fixes #102050
Co-authored-by: Alex Ross <alros@microsoft.com>
2020-10-09 11:01:47 +02:00
Alex Dima 316bbb72ef Disable <iframe> wrapping on Safari for now (#108285) 2020-10-09 09:59:22 +02:00
Sandeep Somavarapu 847f289f36 use async await 2020-10-09 09:08:49 +02:00
Sandeep Somavarapu 13b3a9f5c8 Revert "remove support for disabling syncing extension from cli"
This reverts commit 219a470363.
2020-10-09 09:08:49 +02:00
Eric Amodio 8eab4196de Fixes #97127 2020-10-09 02:52:21 -04:00
Eric Amodio d8b1776ccb Closes #97407, #93405 2020-10-09 02:31:48 -04:00
Johannes Rieken f5d3ba4d61 use trusted types policy and sanitizer for static authored help contents (#108332) 2020-10-08 16:53:29 -07:00
rebornix 00e953ff48 fix #108197. Filter empty undo/redo element. 2020-10-08 13:38:28 -07:00
Sandeep Somavarapu 6bebcbb58d fix #108168 2020-10-08 17:53:38 +02:00
Alex Ross b90805e174 Fix simple file dialog item selection on backspace
Fixes #107170
2020-10-08 16:57:36 +02:00
Chuck Lantz 606b3a5f7c Dev container cache image generation 2020-10-08 07:27:19 -07:00
vivekmthr a0421271bb CodeLens activated on mouse up #107736 2020-10-08 18:42:11 +05:30
Johannes Rieken 12d8f740aa updates search file 2020-10-08 11:34:31 +02:00
Johannes Rieken f5ccc129cc cell renderer tweak wrt to tt policy 2020-10-08 11:34:31 +02:00
Johannes Rieken feca52798c tweak one more innerHTML-usage inside viewLayer, https://github.com/microsoft/vscode/issues/108240 2020-10-08 11:34:30 +02:00
Johannes Rieken ad1a43bcde use textContent for style-elements, fyi @alexdima, https://github.com/microsoft/vscode/issues/106395 2020-10-08 11:34:30 +02:00
Johannes Rieken e47c462e07 use textContent to set styles, fyi @mjbvz, https://github.com/microsoft/vscode/issues/106395 2020-10-08 11:34:30 +02:00
Johannes Rieken 5c4b013715 less innerHTML in processExplorerMain, fyi @RMacfarlane, https://github.com/microsoft/vscode/issues/106395 2020-10-08 11:34:30 +02:00
Alex Ross 6226d7514c Add disablement of collapse all action in custom tree
Fixes #107784
2020-10-08 11:10:29 +02:00
Benjamin Pasero bc7c3fb196 text files - more tests for undo 2020-10-08 11:04:11 +02:00
Daniel HuthandBenjamin Pasero e039f7a928 Add Non-Wrapping EditorGroup-focus actions (#108071)
* Add Non-Wrapping EditorGroup-focus actions

* Use CommandsRegistry to register commands

* Fix eslint

* 💄 command ids

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-10-08 10:52:35 +02:00
Benjamin Pasero 1cd4f1aadc log - remove changes no longer needed 2020-10-08 10:15:48 +02:00
Benjamin Pasero 10884cc327 web - better resolve log level 2020-10-08 10:14:07 +02:00
Johannes Rieken 9c05b47e0f 💄 for events 2020-10-08 10:11:49 +02:00
Johannes Rieken a8cf19d34a use tt policy when rendering html from markdown, https://github.com/microsoft/vscode/issues/106396 2020-10-08 10:07:46 +02:00
Sandeep Somavarapu 93a1dab31f update distro 2020-10-08 09:56:58 +02:00
Johannes Rieken 150d7c10da remove unneeded escaping 2020-10-08 09:41:11 +02:00
Sandeep Somavarapu 77a0dfef8c remote unused import 2020-10-08 09:39:57 +02:00
Sandeep Somavarapu eb0a0e04b5 use startsWith 2020-10-08 09:33:21 +02:00