Aaron Munger
3178224749
use error state from working copy
2023-07-31 14:25:30 -07:00
Henning Dieterichs and GitHub
89a90176fd
Uses comments to set observable names to reduce code size ( #189349 )
2023-07-31 14:02:44 -07:00
Daniel Imms and GitHub
728b9a0dbe
Merge pull request #189348 from microsoft/tyriar/188076
...
Remove and fix lines type override in quick fix provider
2023-07-31 12:51:26 -07:00
Daniel Imms
d39fe95a8d
Remove and fix lines type override in quick fix provider
...
Fixes #188076
2023-07-31 12:16:17 -07:00
Matt Bierner and GitHub
3cc82327b5
Bump TS versions ( #189344 )
...
Bumps TS version for building VS Code
Bumps bundled TS version
2023-07-31 20:13:11 +01:00
Aaron Munger
3b42192a78
not dirty if auto-save soon without any save error state
2023-07-31 12:01:32 -07:00
Meghan Kulkarni and GitHub
ed59945156
Links with no authority are considered invalid ( #189323 )
...
* edit validateLink
2023-07-31 19:36:21 +01:00
Meghan Kulkarni and GitHub
f7d59ef171
Links are not automatically pasted as Markdown link if nothing is selected ( #189338 )
...
update automatic pasting
2023-07-31 11:30:03 -07:00
Daniel Imms
97030b0768
Clamp value to 0.2-1
2023-07-31 11:29:54 -07:00
Raymond Zhao and GitHub
b670d63e6b
Bump distro ( #189337 )
2023-07-31 19:02:13 +01:00
Connor Peet and GitHub
660d22c3ef
cli: automatically use file storage if storage in keychain fails ( #189336 )
...
Fixes #187380
2023-07-31 10:56:08 -07:00
Aaron Munger and GitHub
150d8194e2
Merge pull request #189322 from microsoft/aamunger/testOutputCompression
...
add test for using carraige return to replace previous text
2023-07-31 10:18:46 -07:00
Logan Ramos and GitHub
593fd6c74a
Fix undefined filter ( #189324 )
2023-07-31 10:08:15 -07:00
Aaron Munger
050be7d7f0
add test for using carraige return to replace previous text
2023-07-31 09:25:00 -07:00
Megan Rogge and GitHub
e1b9eedbbb
Merge pull request #189317 from microsoft/merogge/accessible-view-shown
...
add `when` for `MultiCommand` accessible view show next/ previous
2023-07-31 09:14:19 -07:00
Ulugbek Abdullaev and GitHub
205ea5f535
Merge pull request #189302 from microsoft/ulugbekna/coherent-lemur
...
command "restart running task" now doesn't show quick pick if there's only one active task
2023-07-31 18:10:24 +02:00
meganrogge
007a642bef
undo change
2023-07-31 08:47:26 -07:00
Megan Rogge and GitHub
6ba54eef8a
Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
2023-07-31 08:46:18 -07:00
Megan Rogge and GitHub
d53215e3c0
Update src/vs/workbench/contrib/accessibility/browser/accessibilityContribution.ts
2023-07-31 08:45:58 -07:00
meganrogge
010df90001
move things around
2023-07-31 08:18:15 -07:00
Joyce Er and GitHub
2bf46260dc
Don't drop text search messages ( #189289 )
...
* Don't drop text search messages
* Fix tests
2023-07-31 08:17:57 -07:00
meganrogge
2e2f691ca4
fix #189283
2023-07-31 08:15:34 -07:00
Megan Rogge and GitHub
13cfee19dd
Merge pull request #189259 from weartist/fix_reader_optimized_notification
...
Fix : #188760
2023-07-31 08:14:12 -07:00
Robo and GitHub
8147d6bee1
fix: bump node-gyp dependency to v9.4.0 ( #189308 )
2023-07-31 06:53:30 -07:00
Benjamin Pasero and GitHub
9d3e44c9de
editor - workaround grid focus issue ( #189256 ) ( #189292 )
2023-07-31 06:34:06 -07:00
Benjamin Pasero and GitHub
ac6b54446f
Custom context menu runs or selects action under mouse when opened ( #189167 ) ( #189310 )
2023-07-31 06:32:41 -07:00
Henning Dieterichs and GitHub
4ae1914ef1
Uses inline-view in diff editor when width is small. ( #189304 )
...
Uses inline-view in diff editor when width is small. Fixes #123111 .
2023-07-31 15:17:25 +02:00
Daniel Imms and GitHub
c2276264b0
Merge pull request #189230 from microsoft/tyriar/188108
...
Show viewport links immediately, all links on filter
2023-07-31 05:58:48 -07:00
Ulugbek Abdullaev
7cd1e2e01a
command "restart running task" now doesn't show quick pick if there's only one active task
2023-07-31 12:12:11 +02:00
Ulugbek Abdullaev
73e2dd708e
refactor AbstractTaskService#_runRestartTaskCommand to async/await and simpler logic
2023-07-31 11:59:42 +02:00
Joyce Er and GitHub
be900a4b81
Debt: don't depend on IAccessibilityService for alerts ( #189073 )
...
Debt: don't depend on `IAccessibilityService`
2023-07-30 23:34:08 -07:00
10f104fdb0
Update: Make sure restarting VS Code after settings change uses autoUpdater.quitAndInstall ( fix #187025 ) ( #189041 )
...
* Update: Make sure restarting VS Code after settings change uses `autoUpdater.quitAndInstall` (fix #187025 )
* use a real handler
* 💄
* Update src/vs/platform/lifecycle/electron-main/lifecycleMainService.ts
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
---------
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
2023-07-30 23:33:41 -07:00
Daniel Imms and GitHub
51aefd9644
Merge pull request #185425 from demccormack/185324
...
Fix zsh and bash shell integration when using set -u
2023-07-30 23:17:33 -07:00
Daniel Imms and GitHub
3af2fa4eea
Merge pull request #189223 from microsoft/tyriar/189222
...
Ignore powerline symbols in word links
2023-07-30 23:16:48 -07:00
Connor Peet and GitHub
04474f36af
testing: avoid layout shift when watching tests ( #189193 )
...
Instead:
- Show the (non-selected) 👁️ icon of all parents of the watched tests
- Show the 👁️ as an icon badge for the view activity
Fixes #183993

2023-07-31 08:16:27 +02:00
weartist
33d28b9f96
Fix : #188760
2023-07-30 16:04:51 +08:00
Daniel Imms
8e333c3084
Add range to config desc
2023-07-29 15:45:13 -07:00
Daniel Imms
8f5d5eb154
Implement unfocused view dimming
...
Fixes #30522
2023-07-29 15:44:00 -07:00
Daniel Imms
c507dfccec
Use parameter expansion on new variables
2023-07-29 15:07:00 -07:00
Daniel Imms and GitHub
dee5537953
Merge branch 'main' into 185324
2023-07-29 14:53:51 -07:00
Daniel Imms
d8ae0eaa77
Show viewport links immediately, all links on filter
...
This also de-duplicates word links when they are shown in other
categories and shows categories on filter.
Fixes #188108
2023-07-29 07:48:32 -07:00
Daniel Imms
3b9a0c115d
Add tests for powerline symbol ignoring
2023-07-29 05:13:25 -07:00
Daniel Imms
422379355d
Ignore powerline symbols in word links
...
Fixes #189222
2023-07-29 05:10:40 -07:00
Daniel Imms and GitHub
9a28101818
Merge pull request #189204 from microsoft/tyriar/39137
...
Add hideOnStartup terminal setting
2023-07-29 04:43:15 -07:00
Daniel Imms
6b8fd6a529
Add hideOnStartup terminal setting
...
Fixes #39137
2023-07-28 17:17:25 -07:00
Daniel Imms and GitHub
101b288012
Merge pull request #185421 from weartist/terminal_localEchoStyle_adjust
...
Fix #185343
2023-07-28 16:18:53 -07:00
Connor Peet and GitHub
34116a4275
testing: fix expected vs actual widget does not close on ESC ( #189202 )
...
Fixes #188775
2023-07-28 16:17:20 -07:00
Connor Peet and GitHub
e1a9077571
tunnels: fix redundant quick pick group name ( #189198 )
...
Fixes #188825
2023-07-28 22:47:23 +01:00
Megan Rogge and GitHub
5a7e68a69b
Merge pull request #189186 from microsoft/merogge/trap-focus
...
trap hover focus for screen reader users, don't update the last focused element if we're reshowing the hover
2023-07-28 13:39:32 -07:00
meganrogge
ee06aab0af
Merge branch 'main' into merogge/trap-focus
2023-07-28 13:25:07 -07:00