Johannes
9ed5a10501
💄
2022-10-24 18:33:45 +02:00
Johannes
e127b4f0cd
also cancel RAF on dispose
2022-10-24 18:32:10 +02:00
Daniel Imms
2fd4a68016
Clear pending layouts when hiding
2022-10-24 05:40:16 -07:00
Daniel Imms
ce1d0bf999
Use MutableDisposable over plain IDisposable
2022-10-24 05:38:17 -07:00
Daniel Imms
c03e6fa9c0
Merge branch 'main' into tyriar/161622_suggest_layout
2022-10-24 05:28:06 -07:00
Henning Dieterichs
f4d9b1d53d
Fixes #161998 ( #164444 )
2022-10-24 05:26:55 -07:00
Alexandru Dima
eac7dda389
Improve Monarch types ( #164432 )
...
Fixes #164390 : Improve Monarch types
2022-10-24 15:11:36 +03:00
Alexandru Dima
a81cd28ea8
Prefer that quotes terminate links in ambiguous cases ( #164431 )
...
Fixes #156875 : Prefer that quotes terminate links in ambiguous cases
2022-10-24 15:10:19 +03:00
Henning Dieterichs
6fb47867ef
Fixes #158948 ( #164439 )
2022-10-24 05:03:09 -07:00
Ladislau Szomoru
566e71b346
Revert "Git - parse config file for remotes ( #164151 )" ( #164433 )
...
This reverts commit 798cd3bcac
.
2022-10-24 13:28:06 +02:00
João Moreno
0b6f9dfcf7
fixes #157335 ( #164430 )
2022-10-24 12:46:34 +02:00
Sandeep Somavarapu
1fe501f05b
show profiles data in sync data views ( #164429 )
2022-10-24 03:16:53 -07:00
Damon Tivel
5a326b2a68
Bump distro ( #164272 )
...
Update distro
2022-10-24 03:03:54 -07:00
Johannes Rieken
c07b428d7d
enable experimental renderer profiling for us ( #164418 )
2022-10-24 10:22:04 +02:00
Johannes Rieken
d1d27e4b50
Merge pull request #164246 from stephen-ullom/traffic-lights-position
...
Fix traffic lights position for command center
2022-10-24 09:37:06 +02:00
Matt Bierner
5c1f34e212
Skip loadScriptSource
if we know the preload is already supposed to be a module ( #164405 )
2022-10-24 09:29:45 +02:00
Alexandru Dima
5f14f1b13b
Request semantic tokens again if a change event comes in during a request ( #164396 )
...
Fixes #161573 : Request semantic tokens again if a change event comes in during a request
2022-10-24 09:28:25 +02:00
João Moreno
8fe6f3e917
Allow custom npm registries at build time ( #163629 )
...
* use azure artifacts as new terrapin solution
* debug
* skip npm auth
* bring back
* also configure yarn
* custom npm registry
* oops
* powershell
* use none instead of empty string
* uff
2022-10-24 09:24:44 +02:00
Robo
bece5db818
chore: cleanup inno setup for context menu install ( #164411 )
2022-10-24 06:45:20 +02:00
Matt Bierner
f5fdf679b8
Re-use disposable store while rendering scm lists ( #163479 )
...
The `renderElement` functions for scm currently create new `DisposableStore` every time they are invoked. For performance, it is better to have a single `DisposableStore` for each template, and then re-use this across renderElement calls
2022-10-23 20:29:39 +02:00
Joyce Er
7318c90996
Checkout specific branch during clone operation ( #163705 )
2022-10-23 20:23:35 +02:00
Alexandru Dima
0492b9237f
Fixes #158207 ( #164388 )
2022-10-23 20:18:15 +02:00
Martin Aeschlimann
f10e84118b
ci: use tunnelApplicationName ( #164257 )
...
fix location of tunnel command in CI and in code
2022-10-23 20:12:23 +03:00
Tyler James Leonhardt
0091bcae20
Fixes #164073 ( #164384 )
...
Fixes #164073
2022-10-23 17:47:27 +02:00
Tyler James Leonhardt
f1eae1a44d
Fixes #163253 ( #164378 )
...
Fixes #163253
2022-10-23 17:46:53 +02:00
Matt Bierner
11a7e20a9a
Quick input lays itself out even when it is not visible ( #164299 )
...
Repo:
1. Open quick input
1. Close it again
1. Expand or collapse the sidebar
**Bug**
The quick input widget gets layed out even though it is not visible
2022-10-23 17:46:49 +03:00
Baptiste Augrain
6e76e0e1b7
feat: select the folding provider to use ( #157434 )
...
* feat: support extension id in property `editor.foldingStrategy`
* work in progress
* use new setting 'editor.defaultFoldingRangeProvider' defined in workspace
* revert editorOptions changes
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-10-23 15:45:34 +02:00
Martin Aeschlimann
66953830a2
tunnel cli: fix windows build ( #164141 )
...
* tunnel cli: fix windows build
* remove async
2022-10-23 15:44:56 +02:00
Alexandru Dima
6550f4aaf5
Merge pull request #164331 from microsoft/alexd/holy-mouse
...
Add a button and a hover when a long line is truncated
2022-10-23 15:43:47 +02:00
Henning Dieterichs
0bf34b1308
Merge Editor Apply Edit Bugfix ( #164371 )
...
* Merge Editor Apply Edit Bugfix
* Minimize diff segments. Fixes #162314
* Optimize insert/delete position. Fixes #164370
2022-10-23 04:28:18 -07:00
Alex Dima
238db20327
Fix unit test
2022-10-23 13:17:20 +02:00
Alexandru Dima
d1f38520db
Make instantiation type explicit ( #164332 )
2022-10-22 22:11:44 +02:00
Alex Dima
d865f72001
Fixes #162320 : Add a button and a hover when a long line is truncated
2022-10-22 16:01:26 +02:00
Alex Dima
baf7391f4b
Rename StringBuilder methods
2022-10-22 14:38:02 +02:00
João Moreno
62ab9dddeb
fix cross grid layout position propagation ( #164327 )
...
also fixes editor part applyLayout
2022-10-22 13:35:08 +02:00
Peng Lyu
7e559367e2
Merge pull request #164303 from microsoft/rebornix/governing-wildfowl
...
Support picking kernel after one of source command finishes
2022-10-22 03:32:03 -07:00
Daniel Imms
2936f3cab8
Merge pull request #164307 from microsoft/tyriar/update_xterm5
...
Update xterm.js
2022-10-21 16:43:41 -07:00
Daniel Imms
0181743218
Update xterm.js
...
Fixes an issue where decorations could cause dropped frames
2022-10-21 16:26:37 -07:00
Jean Pierre
314bda9e3d
Fix disable privileged ports for OSX ( #163890 )
...
* Fix macos priviledge ports
* 💄
* 💄
2022-10-22 01:12:45 +02:00
rebornix
0ba7ecde4f
Support picking kernel after one of source command finishes
2022-10-21 14:59:17 -07:00
Matt Bierner
b11bb04298
Add optional markdown occurrences highlighting ( #164292 )
...
Fixes #164290
2022-10-21 14:19:50 -07:00
Raymond Zhao
f941ff6566
Emphasize the setting value not being effective ( #164294 )
2022-10-21 13:59:46 -07:00
Sandeep Somavarapu
24c32f55d2
refactoring ( #164286 )
...
refactor:
- extract local data reading and writing into a provider for reuse.
2022-10-21 13:38:12 -07:00
Connor Peet
a37d63aad5
Merge pull request #164285 from microsoft/connor4312/cli-tunnel-command
...
tunnel: fix tunnel command when running compiled
2022-10-21 13:06:06 -07:00
Connor Peet
f4d9fd47c4
tunnel: fix tunnel command when running compiled
2022-10-21 12:52:20 -07:00
Raymond Zhao
231d74daf6
Fix rendering of the editor.wrappingIndent setting ( #164280 )
2022-10-21 12:08:57 -07:00
Alexandru Dima
31a4edeeae
Do not retry during the initial connection attempt if the resolver throws a RemoteAuthorityResolverError.NotAvailable
error ( #164279 )
...
Fixes #162590 : Do not retry during the initial connection attempt if the resolver throws a `RemoteAuthorityResolverError.NotAvailable` error
2022-10-21 12:01:12 -07:00
SteVen Batten
6efea025fe
use emitEventsForSubmenuChanges ( #164271 )
...
refs #161413
2022-10-21 11:56:03 -07:00
SteVen Batten
8b61395f08
don't force update the menu when top-level changes ( #164277 )
...
fixes #157710
2022-10-21 11:54:00 -07:00
Connor Peet
b3a0ecc97f
Merge pull request #164270 from microsoft/connor4312/use-packaged-openssl
...
build: use packages openssl instead of compiling during builds
2022-10-21 11:35:18 -07:00