Commit graph

78006 commits

Author SHA1 Message Date
Daniel Imms
647773d7e6 Rename terminal id to instance id
Part of #117978
2021-03-02 11:08:12 -08:00
Daniel Imms
88d9e2b46b Refactor second task test 2021-03-02 10:59:16 -08:00
Daniel Imms
f8c41a80b0 Refactor first task test 2021-03-02 10:59:15 -08:00
Daniel Imms
c8fc575275 Ignore terminal events not related to task test 2021-03-02 10:59:13 -08:00
SteVen Batten
e62bf133c4 fixes #117575 2021-03-02 10:53:28 -08:00
SteVen Batten
15c0265181 use one element for focused/active item in actbar
fixes #117584
2021-03-02 10:21:57 -08:00
Daniel Imms
cd9ce538ba Add shouldPersist terminal tests
Part of #117896
2021-03-02 10:19:16 -08:00
Andre Weinand
c6d6bda719
Merge pull request #117974 from ko1/patch-1
Update vscode.d.ts
2021-03-02 17:49:11 +01:00
Sang
20096095f1
fix extension readme not rendering img width height (#117961) 2021-03-02 08:47:56 -08:00
SteVen Batten
2b50ba174f refs #117960 2021-03-02 08:45:52 -08:00
Johannes Rieken
5d4377de98 March for API issues 2021-03-02 17:36:39 +01:00
Johannes Rieken
72de8e9be8 add region markers to isTelemetryEnabled proposal, https://github.com/microsoft/vscode/issues/110267 2021-03-02 17:34:10 +01:00
SteVen Batten
ff225b9fcc
add telemetry enablement api (#117944) 2021-03-02 07:59:50 -08:00
isidor
4de8cb2907 increase accessibility page size to 2000 2021-03-02 16:36:10 +01:00
Koichi Sasada
9692037daa
Update vscode.d.ts
fix comment on `new DebugAdapterNamedPipeServer(path: string): DebugAdapterNamedPipeServer` (maybe copy miss).
2021-03-03 00:24:21 +09:00
Daniel Imms
9e4520310e Fix remote terminal reconnect
Remote terminals were being saved on the server using the 'persistent
terminal ID' which is correct, but on the client side they were using
the 'terminal instance ID'. This works fine until a terminal gets relaunched
or a second window is opened, at which point the 2 IDs no longer align with
each other so restoring becomes flaky (some terminals may restore but it's
mostly broken).

This change uses the persistent terminal ID correctly in the remote's impl
of ITerminalChildProcess and falls back to 0 if it's not available (to be
filtered out all together in microsoft/vscode#117971). An extra event
listener for ready was also added to trigger the remote layout update since
that fires when persistentTerminalId is ready to go.

Fixes #117896
2021-03-02 07:17:41 -08:00
Johannes Rieken
85cbc2bc7c cancel parameter hints when editor blurs, https://github.com/microsoft/vscode/issues/115265 2021-03-02 15:19:36 +01:00
Johannes Rieken
44955421ae fix https://github.com/microsoft/vscode/issues/117431 2021-03-02 15:11:03 +01:00
Johannes Rieken
7bc94131f1 change anyScore so it repeatedly run fuzzyScore on substrings of the pattern, https://github.com/microsoft/vscode/issues/116683 2021-03-02 15:03:59 +01:00
Johannes Rieken
0018625d00 more details in explain dialog, https://github.com/microsoft/vscode/issues/116683 2021-03-02 15:03:59 +01:00
isidor
e2c5ff9db0 do not auto open pasted file
fixes #117967
2021-03-02 15:03:12 +01:00
Dirk Baeumer
2022aede92 Return early on promise reject. 2021-03-02 14:55:43 +01:00
Dirk Baeumer
ed1118b27b Support empty messages during location import 2021-03-02 14:46:59 +01:00
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