Commit Graph
73433 Commits
Author SHA1 Message Date
Miguel Solorio b1bc453c55 Fix notebook focus treatment in HC 2020-11-18 14:38:20 -08:00
rebornix a5c190e1ad fix #110894 2020-11-18 14:31:24 -08:00
rebornix 7077e069cf 💄 2020-11-18 14:31:24 -08:00
rebornix 1d42a1c1c3 debounce editor blur focus state update. 2020-11-18 14:31:24 -08:00
Miguel Solorio 113e0428f6 Fix markdown cell focus treatment 2020-11-18 14:20:54 -08:00
Rachel Macfarlane 3598f9714d Add new codespaces extension id to allow list 2020-11-18 13:37:31 -08:00
Alex Dima ab4cab8ac5 rename to DeleteInsideWord, remove keybinding 2020-11-18 22:22:29 +01:00
Alex Dima ddff206d37 Simplifications: substitute constant arguments 2020-11-18 22:17:08 +01:00
Miguel Solorio 59fa30c069 Scope toolbar visibility to when notebook is in focus (refs #110883) 2020-11-18 13:03:08 -08:00
Miguel Solorio 36a6f53480 Make notebook cell toolbar appear when not hovering over notebook (refs #110883) 2020-11-18 12:53:47 -08:00
Alex Dima 334ede72c6 Fixes #97906: Do not classify user installed extensions as built-in extensions 2020-11-18 20:27:54 +01:00
João Moreno 4f61f6d59e damn builds 2020-11-18 20:24:29 +01:00
rebornix 7e0e697dc8 nbdiff. add menu to disposable store. 2020-11-18 10:14:35 -08:00
rebornix 80169ca843 leaking disposables in notebook diff editor. 2020-11-18 10:09:20 -08:00
rebornix 5ac643def7 re #109549. Reveal the first change in notebook diff editor on open. 2020-11-18 09:50:29 -08:00
isidor c983b2ae4b explorer actions: use bulk edit service
fixes #9390
2020-11-18 17:59:28 +01:00
isidor 21c0490036 explorerService: add hasViewFocus and undoRedoSource 2020-11-18 17:59:28 +01:00
Johannes Rieken 49a1f40890 update my-work notebook 2020-11-18 17:13:14 +01:00
Sandeep Somavarapu f4b9edc587 take local value when merging with conflicts 2020-11-18 17:12:06 +01:00
João Moreno 8f1f1fda1b what the 2020-11-18 16:26:52 +01:00
Johannes Rieken ad6f4faafb use better name for async markdown rendering, https://github.com/microsoft/vscode/issues/67806 2020-11-18 16:25:56 +01:00
Johannes Rieken f5a7eb3848 markdown renderer listens to img load and sends resize events, https://github.com/microsoft/vscode/issues/67806 2020-11-18 16:25:56 +01:00
Alex Dima cacb0c90d9 Add UndoRedoSource as a means to mark and retrieve undo/redo elements based on their source 2020-11-18 16:21:51 +01:00
Isidor Nikolic 9e704c93be Merge pull request #110867 from microsoft/isidorn/bulkEditServiceSupportFolder
bulkEditService: support folder creation
2020-11-18 16:20:14 +01:00
isidor 63f04d87da bulkEditService: support folder creation 2020-11-18 16:16:03 +01:00
Sandeep Somavarapu 25a5576bbe improve browser extensions view 2020-11-18 15:46:39 +01:00
Alex Dima 6d439732d7 Reduce diff 2020-11-18 13:54:46 +01:00
chanmaoooo 2a499549ce add deleteWordEntire command 2020-11-18 13:48:52 +01:00
Andre Weinand 0718c3415f fix test 2020-11-18 13:33:20 +01:00
Andre Weinand 4ef843ec02 Merge pull request #97203 from bzarco/launch-multi-root-args
Don't fail when resolving config variables without a `folderUri`.
2020-11-18 13:21:00 +01:00
isidor 54a9df4857 debug console: increase maring right of count badge 2020-11-18 13:16:24 +01:00
Martin Aeschlimann 78908e7eb4 bump distro 2020-11-18 13:03:52 +01:00
Martin Aeschlimann 8513f398c4 command for open external 2020-11-18 13:03:15 +01:00
Sandeep Somavarapu 02ecc884d7 enable web extensions in web + server 2020-11-18 12:48:08 +01:00
Sandeep Somavarapu 671f169516 #100415 💄 2020-11-18 12:36:06 +01:00
Sandeep Somavarapu ff468f6536 #100415 have fixed height only for initial empty installed view 2020-11-18 12:26:56 +01:00
Isidor Nikolic 8d25d42560 Merge pull request #110856 from microsoft/isidorn/addCopyOperation
bulkEdits: add copy to WorkspaceFileEditOptions
2020-11-18 12:18:33 +01:00
Johannes Rieken 11644ab3f8 Merge branch 'master' into joh/pureoutput 2020-11-18 12:01:50 +01:00
Johannes Rieken 20d2857142 fix wrong file decoration check 2020-11-18 11:56:33 +01:00
isidor 74cefb3f13 bulkEdits: add copy to WorkspaceFileEditOptions 2020-11-18 11:50:48 +01:00
Andre Weinand 93a0ad81c3 Merge branch 'master' into launch-multi-root-args 2020-11-18 11:48:37 +01:00
Johannes Rieken ca20be531e simplify ITransformedDisplayOutputDto type 2020-11-18 11:41:20 +01:00
Sandeep Somavarapu 3d708b3c64 #100415 show installed extensions view always 2020-11-18 11:29:11 +01:00
Johannes Rieken 7ec1a6899c remove transformXYZOutput 2020-11-18 11:24:10 +01:00
Johannes Rieken 5dd81b4077 move orderedMimeTypes and pickedMimeTypeIndex out of the domain model into the UX (its sole user) 2020-11-18 11:19:51 +01:00
João Moreno 3d013dc76f move git rename to command palette 2020-11-18 11:08:42 +01:00
Sandeep Somavarapu 363534db96 Fix #100415 2020-11-18 11:05:10 +01:00
João Moreno f6f12c1bcf linux build: fix step condition 2020-11-18 10:48:49 +01:00
Johannes Rieken 11d9d4da8f fix compile error 2020-11-18 10:19:14 +01:00
Johannes Rieken 12b808cf08 make event optional, event naming, relax badge length a little, https://github.com/microsoft/vscode/issues/54938 2020-11-18 10:04:30 +01:00