Sandeep Somavarapu
|
ec40cbe164
|
Merge branch 'main' into sandy081/pse/alpine
|
2021-09-12 21:36:03 +02:00 |
|
Benjamin Pasero
|
c77dbe9565
|
editors - fix compile error
|
2021-09-11 11:10:59 +02:00 |
|
Benjamin Pasero
|
f72485793a
|
Merge pull request #132860 from microsoft/ben/editor-viewstate
Refactor editor view state to be reusable and adopt for side by side editor
|
2021-09-11 10:49:02 +02:00 |
|
Benjamin Pasero
|
fd4a3fc62a
|
editors - preserve view state in diff & side by side inputs
|
2021-09-11 10:11:41 +02:00 |
|
Benjamin Pasero
|
1fbe585737
|
💄
|
2021-09-11 08:04:50 +02:00 |
|
Benjamin Pasero
|
3b13480703
|
editors - track focus and ratio
|
2021-09-11 08:00:35 +02:00 |
|
Benjamin Pasero
|
c059d83af9
|
editors - further simplify view state tracking
|
2021-09-11 07:45:05 +02:00 |
|
Benjamin Pasero
|
f2a2c0574b
|
editors - some renames
|
2021-09-11 07:37:26 +02:00 |
|
meganrogge
|
e3707ee06e
|
fix #132897
|
2021-09-10 20:15:06 -07:00 |
|
rebornix
|
3d43d04b2e
|
re #126880. listener on cell view model triggers mem leak monitor which slows down scrolling.
|
2021-09-10 20:12:39 -07:00 |
|
Tyler Leonhardt
|
e3880e11bd
|
add alpine to createAsset
|
2021-09-10 15:53:46 -07:00 |
|
Tyler Leonhardt
|
98593a8958
|
use correct qemu command
|
2021-09-10 15:25:48 -07:00 |
|
meganrogge
|
6d99adc726
|
update distro
|
2021-09-10 15:04:27 -07:00 |
|
Tyler Leonhardt
|
c0f2b96605
|
rename job
|
2021-09-10 15:02:58 -07:00 |
|
Tyler Leonhardt
|
75edf20854
|
add product build alpine
|
2021-09-10 15:00:45 -07:00 |
|
Rob Lourens
|
f268e182fa
|
Fix build
|
2021-09-10 14:59:15 -07:00 |
|
Megan Rogge
|
753c6983ba
|
add onDidChangeProperty to terminalProcess
|
2021-09-10 14:58:24 -07:00 |
|
Megan Rogge
|
13050e6203
|
follow up to TerminalProperty (#132892)
|
2021-09-10 14:58:20 -07:00 |
|
Tyler Leonhardt
|
d79671ef3c
|
update distro
|
2021-09-10 14:55:35 -07:00 |
|
meganrogge
|
997c2725d2
|
Revert "follow up to TerminalProperty (#132892)"
This reverts commit 7238f3848f.
|
2021-09-10 14:33:58 -07:00 |
|
Megan Rogge
|
7238f3848f
|
follow up to TerminalProperty (#132892)
|
2021-09-10 14:24:07 -07:00 |
|
Rob Lourens
|
01936c58ca
|
Debugger should not focus the window when running in an extension test
Fix #132889
|
2021-09-10 14:19:57 -07:00 |
|
daviddossett
|
c37903e4bb
|
Updated distro
|
2021-09-10 14:16:11 -07:00 |
|
Tyler Leonhardt
|
eca2e54be7
|
typo in product-build-alpine
|
2021-09-10 13:56:26 -07:00 |
|
Tyler Leonhardt
|
781c010610
|
include in condition
|
2021-09-10 13:54:54 -07:00 |
|
Tyler Leonhardt
|
2aa8c0f428
|
add image name
|
2021-09-10 13:28:59 -07:00 |
|
Jackson Kearl
|
3dc197d0ce
|
Fix #131910
|
2021-09-10 13:27:21 -07:00 |
|
Jackson Kearl
|
bf6c24986d
|
Fix #132087
|
2021-09-10 13:23:20 -07:00 |
|
Tyler Leonhardt
|
8e65ae28d5
|
rev distro
|
2021-09-10 11:24:07 -07:00 |
|
Tyler Leonhardt
|
961e7dc2d8
|
rev distro
|
2021-09-10 11:09:26 -07:00 |
|
Tyler Leonhardt
|
1cdf829965
|
make alpine build vscode_arch aware
|
2021-09-10 10:58:04 -07:00 |
|
Rob Lourens
|
edaf965c52
|
Fix #132826
|
2021-09-10 10:48:24 -07:00 |
|
Sandeep Somavarapu
|
5c97b25a97
|
fix parsing alpine target platform
|
2021-09-10 18:19:40 +02:00 |
|
Peng Lyu
|
23cffa27b8
|
Merge pull request #132834 from microsoft/dev/joyceerhl/override-iw-options
Interactive window cell toolbar visibility should always be 'hover'
|
2021-09-10 09:04:36 -07:00 |
|
Johannes Rieken
|
0c2e315b45
|
better fix for https://github.com/microsoft/vscode/issues/128198
|
2021-09-10 18:00:42 +02:00 |
|
Daniel Imms
|
9cee230c88
|
Ensure local terminals can launch before available profiles are ready
Fixes #132519
Fixes microsoft/vscode-remote-release#5556
|
2021-09-10 08:52:49 -07:00 |
|
Andrii Dieiev
|
20388b6d00
|
Fix keys used to resolve terminal settings (#132851)
|
2021-09-10 08:29:01 -07:00 |
|
Logan Ramos
|
99a7252773
|
Bump distro
|
2021-09-10 11:12:39 -04:00 |
|
Sandeep Somavarapu
|
8a92e78bdf
|
improve error message
|
2021-09-10 17:01:41 +02:00 |
|
Daniel Imms
|
d6b535ea40
|
Don't await profiles for custom ptys, ensure createTerminal returns
Fixes #132519
Fixes microsoft/vscode-remote-release#5556
|
2021-09-10 07:57:46 -07:00 |
|
Logan Ramos
|
d97e281265
|
Bump distro
|
2021-09-10 10:50:43 -04:00 |
|
Henning Dieterichs
|
2c99163792
|
Implements #131940. The suggest widget is not being stopped from automatically opening anymore if suggest preview is enabled. Instead, the first inline suggestion is used to preselect an item in the suggest widget.
|
2021-09-10 16:49:15 +02:00 |
|
Logan Ramos
|
d3d2d7b63d
|
Bump distro
|
2021-09-10 10:31:38 -04:00 |
|
Alexandru Dima
|
8804f9e76c
|
Merge remote-tracking branch 'origin/main' into pr/LEGOL2/127860
|
2021-09-10 16:06:43 +02:00 |
|
Sandeep Somavarapu
|
e3586ecf1e
|
support alpine linux
|
2021-09-10 16:06:37 +02:00 |
|
Henning Dieterichs
|
5e1ba6138c
|
Removes preview mode from schema, as only subwordSmart makes sense anyways. Fixes #131525.
|
2021-09-10 15:59:38 +02:00 |
|
Alexandru Dima
|
3d0c27ca86
|
Fall back to importScripts if eval is not available (microsoft/monaco-editor#2488)
|
2021-09-10 15:57:24 +02:00 |
|
Alexandru Dima
|
7de611ff19
|
Adopt latest loader
|
2021-09-10 15:55:34 +02:00 |
|
Henning Dieterichs
|
c36a85733d
|
Fixes #132017 by resolving style conflicts for ghost text.
|
2021-09-10 15:53:47 +02:00 |
|
Henning Dieterichs
|
772dda343d
|
Fixes #132438 by explictly handling indentation when computing ghost text.
|
2021-09-10 15:44:39 +02:00 |
|