Joao Moreno
d6681dfb53
missing parens
...
related to #138605
2021-12-08 16:29:47 +01:00
Alex Ross
77e1ce431a
Fix terminal queueing in tasks ( #138654 )
...
Fixes #134431
2021-12-08 16:03:45 +01:00
Alex Ross
327c71fdef
Allow duplication of task shell args
...
Fixes #136459
2021-12-08 15:58:54 +01:00
Alex Dima
920fc15008
Remove ILanguageService.getModeId
2021-12-08 15:34:49 +01:00
Daniel Imms
36687f38cb
Fix safeDisposeTerminal tests
2021-12-08 06:26:20 -08:00
Benjamin Pasero
18cba4882d
smoke - more logging
2021-12-08 15:23:27 +01:00
Henning Dieterichs
5e54e75763
Improves docs in cursorCollection
2021-12-08 15:23:05 +01:00
Joao Moreno
18214d3dbd
fix EOL for generated extensionsApiProposals.ts
2021-12-08 15:19:51 +01:00
Joao Moreno
f0e7d8545a
we check in /build ts output to the repo
...
cc @lramos15
2021-12-08 15:19:50 +01:00
Joao Moreno
d24eb562d9
fixes #138605
2021-12-08 15:19:50 +01:00
Daniel Imms
d4ff3b001d
Skip failing tests
2021-12-08 06:09:31 -08:00
Alex Dima
c71424a61d
Rename some ILanguageService methods
2021-12-08 15:06:49 +01:00
Daniel Imms
3ea9cd4bda
Await process exit from remote on terminal kill/kill all commands
...
Part of #138049
2021-12-08 05:56:36 -08:00
Alex Dima
fcf55dce4a
Split isRegisteredMode into isRegisteredLanguageId and isRegisteredMimeType
2021-12-08 14:53:11 +01:00
Alex Ross
0c202aa22a
Improve multiple lock file warning
...
Fixes #138174
2021-12-08 14:49:03 +01:00
Alex Dima
fec4856aff
Renames ModeService to LanguageService
2021-12-08 14:43:31 +01:00
Alex Dima
91b97cec91
Debt: Rename IModeService to ILanguageService
2021-12-08 14:36:18 +01:00
Henning Dieterichs
3bea4b8f85
Merge pull request #138643 from microsoft/hediet/cursor-collection-refactoring
...
Uses a single array to describe all cursors in CursorCollection to simplify code.
2021-12-08 14:29:29 +01:00
Benjamin Pasero
64562e2a0e
smoke - reimplement logging
2021-12-08 14:13:41 +01:00
Daniel Imms
18e8272604
Remove resolved TODO
...
Fixes in #128406
2021-12-08 05:10:45 -08:00
Sandeep Somavarapu
52e20877aa
Fix #138272
2021-12-08 13:58:10 +01:00
Henning Dieterichs
c893442a6a
[...x] -> x.slice(0)
2021-12-08 13:56:39 +01:00
Henning Dieterichs
137ea7552b
findMaxBy -> findLastMaxBy
2021-12-08 12:52:22 +01:00
Henning Dieterichs
983a71fad9
Uses a single array to describe all cursors in CursorCollection to simplify code.
2021-12-08 12:45:56 +01:00
Henning Dieterichs
1076090966
Improves variable naming in findMaxBy.
2021-12-08 12:45:07 +01:00
Henning Dieterichs
aac8b0ce66
Improves findMaxBy.
2021-12-08 12:44:25 +01:00
Henning Dieterichs
0d50a57bc5
Removes unused minIndex/maxIndex.
2021-12-08 12:43:06 +01:00
Henning Dieterichs
e3544ad159
Moves out Comparator logic from inline completions to arrays.ts.
2021-12-08 12:41:52 +01:00
Sandeep Somavarapu
258ca4f8a2
Fix #138492
2021-12-08 11:47:23 +01:00
Sandeep Somavarapu
322a4c631b
Fix #138490
2021-12-08 11:41:00 +01:00
Sandeep Somavarapu
fbc01b955e
Fix #138591
2021-12-08 11:02:24 +01:00
Benjamin Pasero
2c68d4de7e
smoke - always log with trace
2021-12-08 10:50:27 +01:00
Benjamin Pasero
52eaad0761
ci - add name of browser to web tests
2021-12-08 10:17:19 +01:00
Benjamin Pasero
fbad065eea
Playwright: record a trace per failing test, not suite ( #138600 )
...
* smoke - record traces per test and not entire suite
* smoke - only persist failing tests
* smoke - cleanup
* smoke - more logging
* smoke - push a test failure to proof the point
* smoke - switch back to chrome for smoke tests
* smoke - warn when exit takes 10s
* Revert "smoke - push a test failure to proof the point"
This reverts commit e572a0c40d .
2021-12-08 10:09:30 +01:00
Henning Dieterichs
cac5f8dd96
Merge pull request #138610 from microsoft/hediet/languageConfigurationRegistry
...
Adopts ILanguageConfigurationService where LanguageConfigurationRegistry was used.
2021-12-08 10:03:24 +01:00
Sandeep Somavarapu
6685f8c133
always use extension id from package.json for extension descriptions
2021-12-08 09:58:59 +01:00
Alex Dima
0e8c30c238
💄
2021-12-08 09:32:56 +01:00
Benjamin Pasero
fa4e093030
backups - more shutdown tweaks
2021-12-08 08:42:22 +01:00
Benjamin Pasero
530480dcaa
lifecycle - add tests for shutdown events
2021-12-08 08:02:47 +01:00
Sandeep Somavarapu
2a6a8c59b3
#138511 format only while displaying
2021-12-08 02:20:54 +01:00
Sandeep Somavarapu
10cdcbbe13
#138511 format only while displaying
2021-12-08 02:19:30 +01:00
rebornix
35a17b1397
💄
2021-12-07 16:59:14 -08:00
Guy Barnard
1d99647096
Update webview service-worker invocation ( #138258 )
...
Update webview service-worker invocation to remove unnecessary variables in the query string that change on every invocation. This causes a lengthy delay in certain browsers.
This affects built in webviews such as displaying image files as well as custom editor extensions.
2021-12-07 16:56:51 -08:00
rebornix
ab76ef3666
fix unicode
2021-12-07 16:42:01 -08:00
Sandeep Somavarapu
46421dda25
#138511 simplify check if remote has changed and use throttled delayer for triggering local change
2021-12-08 01:36:43 +01:00
Benjamin Pasero
6739b4fd7c
Update filter when programmatically changing quick input value ( #137857 )
...
* Update filter when programmatically changing quick input value
* only filter when quick pick is visible
2021-12-07 16:32:42 -08:00
Peng Lyu
141fb55e0b
update flickering optimization doc.
2021-12-07 16:31:38 -08:00
rebornix
b5c1882326
Webview element fix up when it is beyond boundary.
2021-12-07 16:26:51 -08:00
rebornix
9610a77790
fast dom node for webview element in nb.
2021-12-07 16:26:51 -08:00
rebornix
1338ed5070
avoid tweaking list view.
2021-12-07 16:26:50 -08:00