Commit graph

77772 commits

Author SHA1 Message Date
Alex Ross 58ab537f4f Debt: descriptions/hide context keys (tree, ports, tasks) 2021-03-02 14:12:44 +01:00
Johannes Rieken 66b7ffaabf simplify $tryShowNotebookDocument further 2021-03-02 13:07:36 +01:00
Johannes Rieken 65e2832124 use label service to infer name of notebook input 2021-03-02 12:35:41 +01:00
Johannes Rieken 83f4088681 notebook - simplify group/viewColumn handling when opening a notebook editor via API 2021-03-02 12:29:28 +01:00
Johannes Rieken df8763cfff api todos for notebook cell 2021-03-02 12:07:18 +01:00
Benjamin Pasero be11cb2de0 disable failing test (#117446) 2021-03-02 10:10:36 +01:00
isidor f70433a596 fixes #117910 2021-03-02 09:53:32 +01:00
Benjamin Pasero 73f9f126fb fix tests 2021-03-02 09:31:08 +01:00
Benjamin Pasero 932c7e247d 🆙 distro 2021-03-02 09:03:44 +01:00
Benjamin Pasero 8c1bfcb569 services - distinguish environment services (#117881) 2021-03-02 08:54:32 +01:00
Benjamin Pasero 5510ee9c51 services - distinguish layout services (#117881) 2021-03-02 08:28:56 +01:00
rebornix 6c13c8f4ed de-deup: getContextFromEditor. 2021-03-01 22:09:42 -08:00
Matt Bierner 9f7d229461 Extract decorateFileEditorLabel to a common function
I previously duplicated this logic. It makes sense to reuse the strings and logic for consistency

From #117873
2021-03-01 20:53:25 -08:00
rebornix d7f90c7dbc re #114554. 2021-03-01 20:10:09 -08:00
Andrew Branch 400737c5b8
Pass 'data' to completion details request (#117092) 2021-03-01 16:04:48 -08:00
rebornix 5d6ea08985 fix #116751. 2021-03-01 15:43:55 -08:00
Eric Amodio 0102534039 Splits clone/docs welcome
Allow GitHub Browser entry in the middle
2021-03-01 18:33:28 -05:00
rebornix 015ca030c4 tests for selections for navigation and hidden ranges. 2021-03-01 14:31:53 -08:00
rebornix 177e3474c5 consolidate index/handle update api. 2021-03-01 14:31:53 -08:00
rebornix 1f08b8f902 wrong use handle/selection 2021-03-01 14:31:53 -08:00
Eric Amodio 460ebdaaf5 Aggregates welcome view registration by view id
Stops firing duplicate events for each welcome view registration
2021-03-01 17:30:18 -05:00
Connor Peet 9d07159695
debug: bump js-debug-companion version
For https://github.com/microsoft/vscode-js-debug/issues/908
2021-03-01 14:18:48 -08:00
Rachel Macfarlane 811dc8d45a Remove authentication provider package.json declaration 2021-03-01 14:11:26 -08:00
Raymond Zhao 8e37e4722e
Fixes #74505 (#117807) 2021-03-01 22:06:34 +00:00
ABHIJEET PANDEY 5aeafe2b20
Fix Emmet issue where incorrect abbreviation is displayed in an html document (#117759) 2021-03-01 13:26:13 -08:00
João Moreno b3ade04479 fixes #117924 2021-03-01 21:52:23 +01:00
Connor Peet 0c9476a0b6
testing: fix tree not updating if nodes are replaced with same id
Fixes #117525
2021-03-01 11:14:48 -08:00
Ladislau Szomoru f18a340066 Use method instead of event 2021-03-01 20:05:30 +01:00
Hsuan-An Weng Lin c30e2d46b2 Fix emmet update extensions path issue (#117797)
* Emmet: fix unloaded emmetHelper

* Emmet: fix wrong type of error object
2021-03-01 17:52:15 +00:00
Daniel Imms e4a69193d0
Merge pull request #117138 from shskwmt/fix/116822
Fixes #116822: Remove escaping whitespace characters
2021-03-01 09:50:18 -08:00
isidor a13f7ee916 actionBar: home and end should navigate to first and last item respectively 2021-03-01 18:03:49 +01:00
Isidor Nikolic 721514f2c1
Merge pull request #117832 from jeanp413/fix-117354
Fixes output filter field icon cannot be tabbed to, only shift-tabbed
2021-03-01 18:03:11 +01:00
isidor 98883cf3b1 remove actionBar.reverse orientation 2021-03-01 17:50:03 +01:00
Martin Aeschlimann 0bf5569f02 seti: use CONTRIBUTING 2021-03-01 17:14:58 +01:00
Johannes Rieken c3e2c76f76 add failing, skipped test for https://github.com/microsoft/vscode/issues/117899 2021-03-01 17:08:26 +01:00
Daniel Imms edadf1c719 Implement shouldPersist for all terminals processes
shouldPersist was not being set on RemoteTerminalProcess, causing reconnect
to fail for all remote terminals. The fix was to push the persistent logic
up to where the process gets created in TerminalProcessManager just like is
done with local processes. The property was made non-optional to prevent
this sort of thing happening again.

Part of #117896
2021-03-01 07:46:49 -08:00
Ladislau Szomoru 884ed1e3f3 Use initial instead of unset 2021-03-01 16:40:18 +01:00
Ladislau Szomoru b803df2435 Fix top shadow issue 2021-03-01 16:25:26 +01:00
Johannes Rieken 3559e47c08 update gulp-tsb 2021-03-01 15:51:01 +01:00
Alex Ross bf89481151 Some Ports view clean up 2021-03-01 15:45:35 +01:00
Ladislau Szomoru 73112daff1 Remove extra check that is not needed 2021-03-01 15:13:18 +01:00
Benjamin Pasero e916637528 tests - enable color output for integration tests 2021-03-01 15:10:15 +01:00
Johannes Rieken 32b3afadcb support to make N outline entries from 1 cell, https://github.com/microsoft/vscode/issues/115200 2021-03-01 14:58:32 +01:00
Johannes Rieken 85588252af notebook - make outline entries use the heading text has preview text 2021-03-01 14:38:19 +01:00
Johannes Rieken b139c10f9a add tests for notebook outline 2021-03-01 14:38:19 +01:00
Johannes Rieken de020f04d1 debt - make withTestNotebook easier to use 2021-03-01 14:38:19 +01:00
Daniel Imms a04913af75
Merge pull request #117716 from microsoft/tyriar/115396
Remove focus handling on the xterm element
2021-03-01 05:30:19 -08:00
isidor d5eeb40b55 better focus for select boxes in action bars
fixes #117351
2021-03-01 14:27:52 +01:00
Ladislau Szomoru a2bacaf9fc Reverting the top margin to avoid a regression 2021-03-01 13:59:19 +01:00
Ladislau Szomoru e4e9d1f43b Fix grammar 2021-03-01 13:59:19 +01:00