Martin Aeschlimann
af1c232fdd
Merge pull request #142185 from surajteggi/patch-1
...
Fix typo
2022-02-04 14:34:33 +01:00
Benjamin Pasero
c67b26f6dd
history - extract a reusable navigation stack
2022-02-04 13:52:09 +01:00
ChaseKnowlden
e3a0fceb00
Update Lua Grammar ( #142107 )
2022-02-04 13:33:10 +01:00
surajteggi
baf162329b
Update code-web.js
...
Fix typo
2022-02-04 17:51:12 +05:30
Johannes Rieken
4d43287a81
extract Listener and Stacktrace as types in the emitter land
2022-02-04 13:04:50 +01:00
Johannes Rieken
dd5dede8a6
tweak disposables order...
2022-02-04 13:02:47 +01:00
Johannes Rieken
62de8dc3f7
better logging when extension host is being profiled
2022-02-04 12:15:47 +01:00
Christof Marti
b319bb9ed6
Update vscode-proxy-agent ( #136874 )
2022-02-04 12:14:24 +01:00
Johannes Rieken
ff0c11fbb2
fix issue which causes extension host to be profiled forever
2022-02-04 12:10:29 +01:00
Ladislau Szomoru
3953efa2d3
Update distro
2022-02-04 12:08:53 +01:00
Johannes Rieken
eb0935b068
fix precommit hook, fyi @joaomoreno
2022-02-04 11:56:13 +01:00
Christof Marti
9c40bbec3d
Fix inefficient regexes ( fixes #2684 and #2683 )
2022-02-04 11:32:31 +01:00
Alex Ross
d0500b3f52
Rerender extension tree items when inline action context changes
...
Fixes #140010
2022-02-04 11:24:03 +01:00
Sandeep Somavarapu
40cbf1a719
Merge pull request #142054 from enticies/fixerrormessagetypo
...
Fix error message typo
2022-02-04 11:20:53 +01:00
Alex Dima
e54f8de6b5
Remove duplicate imports
2022-02-04 11:20:30 +01:00
Alex Dima
60e3e1ae70
Adopt ILanguageFeatureDebounceService
( #140557 )
2022-02-04 10:49:57 +01:00
Alex Dima
dce13b6aeb
💄
2022-02-04 10:49:57 +01:00
Alex Dima
f02196d83c
💄
2022-02-04 10:49:57 +01:00
Martin Aeschlimann
aa1edaba5e
code-web: fix handling of --playground
2022-02-04 10:44:06 +01:00
Martin Aeschlimann
0df5c692b6
seti: default file icons not shown
2022-02-04 10:44:05 +01:00
Johannes Rieken
9c04bd5cc6
remove tangle between extHost.protocol and extHostTunnelService, fyi @roblourens
2022-02-04 09:53:50 +01:00
Johannes Rieken
e0aade162d
race providers against cancellation so that cancelled requests dont reply with a full result but with a cancellation error. fyi @hediet added external error handling to inline completions
2022-02-04 09:38:42 +01:00
Benjamin Pasero
ce5d62034e
history - rename methods to reflect intent
2022-02-04 09:34:56 +01:00
Benjamin Pasero
24d1610c51
Support history navigation for split editors ( fix #133166 )
2022-02-04 09:17:06 +01:00
Benjamin Pasero
3b18d5ddb2
history - some more 💄
2022-02-04 08:05:22 +01:00
Benjamin Pasero
5025929b09
Merge branch 'main' into ben/history-tweaks
2022-02-04 07:37:57 +01:00
Megan Rogge
6b0442b315
finalize terminal disablePersistence API ( #141898 )
2022-02-04 00:06:48 -06:00
Megan Rogge
921264bfe3
add splitCwd smoke test for linux/mac (NaiveCwdDetection) ( #141974 )
2022-02-03 19:57:26 -06:00
Matt Bierner
df09257f2e
Make sure we pass along windows style paths to pluginProbeLocations
2022-02-03 17:10:43 -08:00
Matt Bierner
dcb4759870
Fix webviews incorrectly falling back to active group when new group does not exist
...
Fixes #100503
2022-02-03 17:10:42 -08:00
rebornix
d82bee0734
fix #141687 .
2022-02-03 17:03:05 -08:00
rebornix
5212a82cc8
re #141921 . -workbench/api in notebookService.
2022-02-03 16:38:40 -08:00
rebornix
ad1430b403
re #141921 . -workbench/api in editorStatusBar.
2022-02-03 16:34:22 -08:00
rebornix
5aeaefc2b1
re #141921 . -workbench/api in commentService.
2022-02-03 16:30:00 -08:00
Matt Bierner
f343e8ef51
Allow bare math blocks with nested begin/ends
...
Fixes #141905
2022-02-03 16:03:20 -08:00
Matt Bierner
1525a2b795
Allow bare multiline math equations
...
Fixes #141905
2022-02-03 16:02:39 -08:00
Matt Bierner
7182e32eaa
Remove now unused telemetry on math rendering
...
We used these to get a sense of what equations people were using but were not supported. We haven't seen a flood of requests for new equation support, so now we can remove these
2022-02-03 16:02:39 -08:00
Megan Rogge
1a6925b918
improve result of link search for directories ( #142119 )
2022-02-03 17:56:43 -06:00
Peng Lyu
fe7937f6cc
Merge pull request #142026 from ShafinKhadem/main
...
Center first selected line when focusing on notebook editor cell
2022-02-03 15:56:30 -08:00
Daniel Imms
de478e5ae8
Fix terminal label computer tests
2022-02-03 15:43:55 -08:00
Daniel Imms
af912607c6
Show multi-line paste warning for selection paste
...
Fixes #141963
2022-02-03 15:04:38 -08:00
Daniel Imms
accb7b90e8
Remove id from thrown exception
...
Part of #140914
2022-02-03 14:58:20 -08:00
Tyler Leonhardt
eb295e4195
enable migration parts
2022-02-03 14:50:48 -08:00
Daniel Imms
b67f4aed01
Merge pull request #142116 from microsoft/tyriar/141686
...
Add actual IWorkspaceFolder to terminal instance
2022-02-03 14:16:11 -08:00
Daniel Imms
4f52aa04bb
Fix tests
2022-02-03 14:14:40 -08:00
Alex Dima
3c9a85367b
Merge extensionHostProcessSetup.ts
into extensionHostProcess.ts
2022-02-03 22:48:22 +01:00
Raymond Zhao
b6e42878e6
Add space
2022-02-03 13:43:40 -08:00
Daniel Imms
002d9cf462
Add actual IWorkspaceFolder to terminal instance
...
Use in label computer.
Fixes #141686
2022-02-03 13:08:47 -08:00
Peng Lyu
bf8848b6b8
Merge pull request #142102 from microsoft/tyriar/notebook_api
...
Improve grammar and fix typos in a notebook api
2022-02-03 13:02:06 -08:00
Daniel Imms
97c91b1ded
Update 4.18.0-beta.2
...
Commit: a63890e6270749ae353db0d0b294d57448c82a72
Fixes #142091
2022-02-03 12:28:57 -08:00