Commit Graph

80159 Commits

Author SHA1 Message Date
Johannes Rieken afa4a2df2c rename to serializeNotebook and deserializeNotebook, https://github.com/microsoft/vscode/issues/121329 2021-04-15 16:19:06 +02:00
Johannes Rieken 6f9917d81f no more need to dispose ExtHostCell 2021-04-15 13:59:16 +02:00
Johannes Rieken f1d0c30f1e pass cells and controller to execute handler 2021-04-15 13:14:29 +02:00
Johannes Rieken 0aabafd35f NotebookControllerOptions instead of NotebookKernelOptions 2021-04-15 13:00:52 +02:00
Johannes Rieken f5bfd64982 Merge branch 'main' into notebook/dev 2021-04-15 12:59:13 +02:00
Johannes Rieken 57b8d811da print cycle of dependencies when instantiation service alerts for loop, fyi @lszomoru 2021-04-15 12:56:17 +02:00
Ladislau Szomoru 220560dd40 Switched to using Restored instead of Eventually for the extension enablement soft notification 2021-04-15 12:50:07 +02:00
Ladislau Szomoru c91c21bab0 Tweak dialog based on feedback 2021-04-15 12:46:04 +02:00
Johannes Rieken f9ca74adc4 Merge branch 'main' into notebook/dev 2021-04-15 09:10:06 +02:00
Benjamin Pasero e51173f3b6 startup code 💄 2021-04-15 08:21:32 +02:00
Benjamin Pasero 92d5997b1d "Help us improve.." notification is displaying language IDs (fix #121216) 2021-04-15 07:24:27 +02:00
Jackson Kearl 25785b97e5 Adopt requireTrust for my configs 2021-04-14 21:16:52 -07:00
Matt Bierner e870a6d700 Update js/ts grammar 2021-04-14 20:42:41 -07:00
Matt Bierner a5d656cd3f Configure workspace trust for simple browser and image preview 2021-04-14 20:37:01 -07:00
Matt Bierner 293061802c Add workspace trust for markdown extension 2021-04-14 20:33:20 -07:00
Matt Bierner be2026c324 Only try to scroll to element when the target path exactly matches the base path of the current page
Fixes #121045

For pages that set `<base>`, if the target of link click goes to different path than the current page (taken from `base`), treat it as a normal link open instead
2021-04-14 18:03:24 -07:00
Rob Lourens 2ea7c77bf8 Remove statusMessage metadata 2021-04-14 18:02:10 -07:00
Rob Lourens edbdd6fe09 Fix test, fix cell data startTime and duration visibility 2021-04-14 17:59:49 -07:00
Jackson Kearl 0a6309be1e Support markdown styling in task descriptions. (#121338)
* Support markdown styling in task descriptions.
Closes #120050

* Remove extra export

* Fix typo

* Dont use default values in internal-only functions

* Preformatted => Code

* Add tests
2021-04-15 00:57:11 +00:00
Matt Bierner 2881355f37 Use es2020 as the default target for js/ts implicit projects
Fixes https://github.com/microsoft/TypeScript/issues/43596

For users targetting browsers, this should be a reasonable default. We'd like more feedback during insiders for users targetting other environments
2021-04-14 17:26:55 -07:00
Rob Lourens 3e5c20b762 Change execution duration to startTime/endTime 2021-04-14 17:21:05 -07:00
Matt Bierner fe7f4c0241 Do not run code actions on auto save
Fixes #121155
2021-04-14 17:15:14 -07:00
Rob Lourens 063bc4b7b1 Support seeding selected search text from embedded editors
Fix #121060
2021-04-14 16:52:32 -07:00
Rob Lourens 1329659d84 Remove "please" from messages
Fix #121312
2021-04-14 16:05:18 -07:00
Eric Amodio 7f2bcc1530 Fixes #119032 - changes to support settings UI 2021-04-14 19:04:27 -04:00
Andre Weinand 88361f24e0 DAP: add a missing comment 2021-04-15 00:47:29 +02:00
Andre Weinand f065ba8d8a DAP: pass launch config to restart request 2021-04-15 00:23:56 +02:00
Sandeep Somavarapu 81fb5b7acc Merge pull request #121328 from microsoft/sandy081/settingsEditor/trust
Improve representing untrusted settings in settings editor
2021-04-15 00:07:21 +02:00
Sandeep Somavarapu 2ed7f15346 adjust opacity 2021-04-14 23:50:39 +02:00
Sandeep Somavarapu bce7ea241e incorporate UX feedback 2021-04-14 23:38:53 +02:00
SteVen Batten 7a72e4e95b fix styling in wt badge 2021-04-14 14:28:40 -07:00
rebornix 36fcc538bd Merge branch 'notebook/dev' into main 2021-04-14 14:17:23 -07:00
Eric Amodio 6d468a59f6 Fixes #121325 - fixes notification deduplication 2021-04-14 17:17:02 -04:00
Daniel Imms dfc8f1fd03 Move back to min-width for hover hr
Fixes #119374
Caused by #96795
2021-04-14 13:02:16 -07:00
Daniel Imms 9a2b9a79f4 Add a very basic hover for the terminal tabs
Part of #121315
2021-04-14 12:48:38 -07:00
Connor Peet 22dd903084 terminal: fix swapped cols/rows
Fixes #121260
2021-04-14 12:48:23 -07:00
Sandeep Somavarapu d27fa1df47 #118077 introduce delay option 2021-04-14 21:34:53 +02:00
Sandeep Somavarapu c4f59fa1e0 only show workspace scoped configurations 2021-04-14 21:05:23 +02:00
Daniel Imms 54beeaada6 Remove TerminalTabs from tabs, polish selection/focus
Fixes #121230
Fixes #121239
2021-04-14 11:54:25 -07:00
Daniel Imms b7157be21e Fix compile 2021-04-14 11:47:18 -07:00
Rob Lourens 3e40e14bc4 Cell statusbar API (#121215)
Implement provider-based notebook cell statusbar API
2021-04-14 11:26:23 -07:00
Daniel Imms 93754ff5f0 Fix terminal tab actions to work on the hovered instance
Fixes #121282
2021-04-14 11:12:30 -07:00
isidor ab15aa4d39 fix build error 2021-04-14 20:06:08 +02:00
SteVen Batten a32d03dad9 modal false by default 2021-04-14 10:55:59 -07:00
Matt Bierner 040cfa078b Add override in notebook code 2021-04-14 10:45:48 -07:00
Matt Bierner 5b4ee563a1 Add override modifiers in a few more places
- Add them for statics
- Add them in a few notebook cases
2021-04-14 10:45:47 -07:00
isidor 6299e56d22 debug: start debugging requires trust 2021-04-14 19:42:06 +02:00
Rob Lourens 4e6b46a15f Implement notebook selection status bar item
Fix #121194
2021-04-14 10:31:35 -07:00
Daniel Imms 279bdca34a Set title when reused terminal slc has name
Fixes #120329
2021-04-14 10:28:18 -07:00
rebornix 6d81daa07c fix #121140. 2021-04-14 10:21:12 -07:00