myovan
7aee2c7d45
Fixed issue -filtering by extension in Change Language Mode ( #112435 )
...
* Fixed issue -filtering by extension in Change Language Mode
* Removed unnecessary metaHighlights from quickInputList
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2020-12-17 08:01:46 +01:00
Connor Peet
d8a7c31aba
testing: structural and perf improvements
2020-12-16 17:13:36 -08:00
Connor Peet
cf94178b89
testing: improved test explorer, cancellation
2020-12-16 17:13:35 -08:00
Connor Peet
201112e994
testing: continued work on test explorer
2020-12-16 17:13:34 -08:00
Matt Bierner
d6e8feb774
Check in additional file for uri opener api change
2020-12-16 15:46:54 -08:00
Matt Bierner
1377087483
Ignore case while checking pressed keys in webview
...
Fixes #112322
For some reason, when capslock is press, electorn on Windows uses uppercase `.key` for `ctrl+c` while mac uses a lowercase `.key` for `cmd+c`
2020-12-16 15:33:57 -08:00
Matt Bierner
ecd2325f86
Escape backslashes in keybindings for release notes
...
Fixes #112343
2020-12-16 15:33:57 -08:00
Matt Bierner
423076ab49
Pass schemes to main thread
2020-12-16 15:32:08 -08:00
Raymond Zhao
a28b7022e0
Emmet fix edit point commands #112691
2020-12-16 23:27:07 +00:00
meganrogge
ae1077255c
adjust test for removed process env key
2020-12-16 15:10:28 -08:00
meganrogge
1248ddadb8
fix #112683
2020-12-16 14:37:50 -08:00
Hanxiao Liu
bd38c65afc
Add workspace tagging for java ( #111303 )
2020-12-16 16:53:42 -05:00
João Moreno
847fd19b02
Merge branch 'joao/build/compile-artifact'
2020-12-16 21:52:05 +01:00
João Moreno
bd131b8578
dynamic .artifactignore
2020-12-16 20:51:27 +01:00
João Moreno
a8b4e9817f
finish compile artifact
2020-12-16 20:37:52 +01:00
isidor
581ae611c2
debug: watch expression use menus
...
#112551
2020-12-16 20:01:39 +01:00
Raymond Zhao
483bd40550
Update several Emmet commands ( #112597 )
...
For match tag, update tag, and balance in/out, we now have the following:
- vscode-html-languageservice parse is being used to speed up file parse times
- Balance balance-in after balance-out behaviour is now more consistent
- These commands now work in markup files with unclosed tags
- Implemented a cache for these commands to prevent multiple document parses on the same version of the document
2020-12-16 10:20:57 -08:00
Jackson Kearl
2156931d38
Better side scrolling
2020-12-16 10:16:10 -08:00
isidor
9474102e7b
debug: more transition to commands, get rid of StartAction
2020-12-16 18:17:31 +01:00
Tyler James Leonhardt
bffa404548
Have TentativeBoundary trigger rollback ( #112510 )
...
* have TentativeBoundary trigger rollback
* add test
* simplify test
* add additional test
2020-12-16 09:01:06 -08:00
Rachel Macfarlane
9f27d99af0
Update isVSO check with new remote authority
2020-12-16 08:50:27 -08:00
Johannes Rieken
af7edd782e
move progress and cancellation of file operation participants into its only customer so that progress stop when applying a workspace edit and showing its preview
2020-12-16 17:46:32 +01:00
isidor
cee8cbd9f2
fix cyclic dependency
2020-12-16 17:11:21 +01:00
Alex Ross
fc6bf56844
Fix executeTask for composite tasks
...
Fixes #112545
2020-12-16 17:02:19 +01:00
Johannes Rieken
c78bc56460
update references viewlet
2020-12-16 16:55:24 +01:00
Alex Ross
3776ba6be2
Fix activity badge on ports view not going away
2020-12-16 16:36:47 +01:00
João Moreno
7d0d3835e6
cleanup hygien
2020-12-16 16:33:03 +01:00
João Moreno
fb2a5e18bb
fix build
2020-12-16 16:31:54 +01:00
João Moreno
df0eda5adb
build
2020-12-16 16:25:38 +01:00
isidor
24a98f0644
debug viewlet: use registerAction2 and restructure the whole debug toolbar
...
#92038
2020-12-16 16:25:05 +01:00
isidor
cda701edbd
debug: move colors to debugColors.ts from debugToolBar
2020-12-16 16:25:05 +01:00
João Moreno
d14fb9da0f
fix build
2020-12-16 16:23:12 +01:00
João Moreno
6236a5bf8b
compile: use artifacts instead of cache
2020-12-16 16:19:36 +01:00
Johannes Rieken
ad362089be
add proposal of CancellationError, https://github.com/microsoft/vscode/issues/93686
2020-12-16 16:15:32 +01:00
João Moreno
d5a632e6fc
empty
2020-12-16 15:48:12 +01:00
João Moreno
0cee1531f7
Merge branch 'joao/build/remove-postinstall'
2020-12-16 15:45:20 +01:00
Johannes Rieken
7db8e3b08c
fix https://github.com/microsoft/vscode/issues/112418
2020-12-16 15:34:04 +01:00
Johannes Rieken
ce1ffe0e7f
link webkit issue for missing timeOrigin support
2020-12-16 15:12:05 +01:00
Johannes Rieken
a780c7d451
spell out GDPR types instead of using mapped types
2020-12-16 14:57:39 +01:00
Benjamin Pasero
018b924fee
add logging for #112649
2020-12-16 14:55:51 +01:00
Benjamin Pasero
3b5cdf3a0e
backup - move progress reporting into place where save actually happens
2020-12-16 14:37:32 +01:00
João Moreno
c7d468d8ee
empty
2020-12-16 14:16:35 +01:00
Martin Aeschlimann
6260e655bc
codicons -> iconLabels
2020-12-16 13:57:28 +01:00
Alex Ross
a1b6de9336
Fix markdown span style filter
...
Fixes #112606
2020-12-16 13:55:38 +01:00
Alexandru Dima
1abefb9be2
Fixes #112652 : A disposed IPC channel should reject all requests with a canceled error, not resolve them
2020-12-16 13:54:06 +01:00
Alex Dima
39bd9df739
Show a clear dialog on web when the remote connection fails
2020-12-16 12:16:16 +01:00
Alex Ross
aaf73920ae
Ensure task executions get cleaned up
...
Fixes #112247
2020-12-16 12:02:05 +01:00
Alex Ross
6f08397de0
Enable fileWorkspaceFolder variable for remote tasks
...
Fixes #112514
2020-12-16 11:52:33 +01:00
Sandeep Somavarapu
f75e0388ad
remove passing user target
2020-12-16 11:31:05 +01:00
Alex Dima
8fbe27ae9a
Do not touch the perf marks names
2020-12-16 11:28:50 +01:00