Han
35ea3d75f1
Merge branch 'main' into fix_call_hierarchy_tooltip
2023-06-17 20:16:14 +08:00
weartist
56339d9381
Fix #185051
2023-06-17 20:08:06 +08:00
Connor Peet
3b53204ad1
testing: remove old test output terminal ( #185405 )
...
Remove the old "test output terminal" stuff now that we use real
terminals for showing output in the Test Results view. Move the "Show
Output" buttons to reveal the Test Results view instead of opening
the terminal.
Closes https://github.com/microsoft/vscode/issues/151964
2023-06-16 19:58:02 -07:00
Rob Lourens
eb69cf5427
Let chat view be wider ( #185402 )
2023-06-16 19:08:40 -07:00
Robo
8fb5ea0142
feat: use custom tag instead of custom version for MS electron releases ( #181309 )
...
* feat: use custom tag instead of custom version for MS electron releases
* chore: bump @vscode/gulp-electron
* chore: move build id to .yarnrc
* chore: rename enableUNCAccessChecks => restrictUNCAccess
* chore: update electron@22.3.11
* chore: add build info to about dialog
* chore: simplify helper function
* chore: remove unused node.js checksums
* chore: bump nodejs internal version
* chore: bump distro
* fix: revert changes to sign.ts
* chore: bump distro
2023-06-17 03:03:35 +02:00
Tyler James Leonhardt
e6de1b0822
Miscellaneous NL Command Palette improvements ( #185382 )
...
* Always show "Ask Copilot"
* Open Quick Question UX instead of Chat view
* If we have _any_ similar commands, show the "similar commands" separators even if there are no regular picks
* Have Semantic Similarity setting be on by default
* Remove QQ setting since it's not really useful
2023-06-16 18:01:30 -07:00
Connor Peet
2f867fa7a1
cli: fix macos build ( #185401 )
2023-06-17 09:38:58 +09:00
Tyler James Leonhardt
a4d4857ed6
Notify user once when Encryption isn't available ( #185390 )
...
And point to troubleshooting doc. ref https://github.com/microsoft/vscode/issues/185212
2023-06-16 17:01:36 -07:00
Matt Bierner
5de3dd34e8
Allow vscode.open in chat markdown ( #185386 )
2023-06-16 16:29:29 -07:00
Connor Peet
2cf2110716
Merge pull request #185385 from microsoft/cli-service-improvements
...
Cli service improvements
2023-06-16 15:17:58 -07:00
Daniel Imms
4f5584d8e1
Merge pull request #185378 from microsoft/tyriar/fnname
...
Correct pty host logging function name
2023-06-16 14:46:25 -07:00
Connor Peet
8a006c7114
cli: improve dbus error messaging on linux
...
Fixes https://github.com/microsoft/vscode-remote-release/issues/7778
2023-06-16 14:45:26 -07:00
Raymond Zhao
7ee813703a
Add a11y settings in getSimpleEditorOptions ( #184623 )
...
* Add a11y settings in getSimpleEditorOptions
* Forgot a file
* Fix AccessibleView
* Rebase and fix merge conflict
* Apply suggestion
2023-06-16 13:08:33 -07:00
Connor Peet
95e90d22ec
cli: log startup and shutdown, don't clear service logs on restart
...
Fixes #183696
2023-06-16 12:40:43 -07:00
Raymond Zhao
e4751e3538
Fix some terms ( #185376 )
...
* Fix some terms
* Apply PR suggestion
2023-06-16 21:38:37 +02:00
Daniel Imms
8bd63725e0
Correct pty host logging function name
2023-06-16 12:31:14 -07:00
Megan Rogge
23b487b0a9
Merge pull request #185375 from microsoft/merogge/status-usage
...
`alert` -> `status`
2023-06-16 14:18:33 -05:00
Aaron Munger
fe3462e13a
Merge pull request #185372 from microsoft/aamunger/interactiveFocus
...
set notebook widget to visible when focusing the IW Editor
2023-06-16 12:02:38 -07:00
meganrogge
6dd5f94c82
part of #185371
2023-06-16 14:02:01 -05:00
aamunger
797fd9c6e7
change function name
2023-06-16 11:44:36 -07:00
aamunger
3804adfd96
set notebook widget to visible when focusing the IW Editor
2023-06-16 11:40:29 -07:00
Samuel Williams
a0a662c8fd
testing: add configuration to show all test messages. ( #185197 )
...
* Add configuration to show all test messages.
Introduce `testing.showAllMessages` configuration, which defaults to
true. When false, only the first message is shown, and the rest are
ignored. When true, the most recent message for each line is shown from
all past test runs.
* Change from Map -> Set.
2023-06-16 11:40:20 -07:00
Megan Rogge
f945c1f84c
Merge pull request #185368 from microsoft/merogge/use-status
...
allow `aria-live: polite` to be used on macOS, use status instead of alert for chat response announcement
2023-06-16 13:35:14 -05:00
Michael Lively
f4547a67b9
Nb Workbench Toolbar -- separator fixes, test improvements ( #185370 )
...
* fix: hidden items between separators -> 2x sep
* improve testing: add extra separator case, add secondary actions
2023-06-16 20:34:07 +02:00
Daniel Imms
b435e295bc
Merge pull request #185358 from microsoft/tyriar/185349
...
Replace escape sequence logging with terminal log channel
2023-06-16 11:06:23 -07:00
Megan Rogge
af93ce2437
Merge pull request #185361 from microsoft/merogge/cue-touch-up
...
follow up cue work
2023-06-16 12:57:02 -05:00
meganrogge
4d42fcf809
use status instead of alert
2023-06-16 12:56:43 -05:00
Daniel Imms
8adc6e0aac
Fix tests and remove unused method
2023-06-16 10:42:49 -07:00
Connor Peet
8a74ad8ff5
cli: show service status in tunnel log
...
Fixes #183714
2023-06-16 10:42:13 -07:00
Megan Rogge
f929eaa79f
Update src/vs/platform/audioCues/browser/audioCueService.ts
2023-06-16 12:33:05 -05:00
Daniel Imms
cc76abec73
Fix edge case where logLevel got set back to info
2023-06-16 10:29:42 -07:00
meganrogge
cc025ebac8
follow up cue
2023-06-16 12:11:48 -05:00
Raymond Zhao
2dad7f52ad
Bump emmet-helper ( #184616 )
2023-06-16 19:10:07 +02:00
Megan Rogge
08eab96083
Merge pull request #185268 from microsoft/merogge/loop-cue
...
add audio cues for AI panel chat
2023-06-16 12:07:15 -05:00
Daniel Imms
6287e1f583
Replace escape sequence logging with terminal log channel
...
Fixes #185349
2023-06-16 09:51:41 -07:00
Daniel Imms
bda8ac3f2f
Merge pull request #185345 from microsoft/tyriar/codeql_suppress
...
Suppress UI label-related codeql report
2023-06-16 09:07:19 -07:00
Johannes Rieken
5d4149be53
Merge pull request #185351 from microsoft/joh/smoggy-alligator
...
for embedded diff editors link word highlighters
2023-06-16 18:03:56 +02:00
Johannes
5fbb86ad46
stop before using other ranges
2023-06-16 17:41:59 +02:00
Johannes Rieken
aedd8038a2
suppress warnings from codeql ( #185348 )
...
https://github.com/microsoft/vscode-internalbacklog/issues/4378#issuecomment-1594839449
2023-06-16 17:28:23 +02:00
Ladislau Szomoru
4a395962a6
GitHub - basic handling of push errors due to GHAS push protection ( #185344 )
2023-06-16 17:10:57 +02:00
Daniel Imms
bcd19281bb
Suppress UI label-related codeql report
2023-06-16 08:01:58 -07:00
Henning Dieterichs
3b2671fe9b
Fixes bug when innerChanges is not defined. ( #185340 )
2023-06-16 16:56:31 +02:00
Johannes Rieken
72e2af69c9
joh/high loon ( #185337 )
...
* allow session creation to be cancelled
* define background colors, make sure to reshow after session is ready, reset selection style on hide
2023-06-16 16:45:44 +02:00
Johannes Rieken
e4324a5cb6
chore - StopWatch sugar, make high-res the default, use globalThis, faster _now function ( #185330 )
...
* chore - StopWatch sugar, make high-res the default, use `globalThis`, faster `_now` function
* d'oh
* make layerscheck happy
2023-06-16 16:34:52 +02:00
Henning Dieterichs
e44d44a55e
Merge pull request #185215 from yshaojun/fix/184108
...
fix: inline completion not displaying(#184108 )
2023-06-16 16:33:28 +02:00
Joyce Er
26a530f8b4
Implement GlyphMarginWidgets ( #184375 )
...
* Implement GlyphMarginWidgets
---------
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2023-06-16 15:18:46 +02:00
Alexandru Dima
19b9e08dae
Pick distinct names for suites ( #185332 )
2023-06-16 15:15:05 +02:00
Robo
10cf7f040a
chore: add distro info to telemetry on linux ( #185261 )
2023-06-16 14:55:59 +02:00
Johannes Rieken
e2470cf410
tweak resolve info so that we know if resolve was needed and if it already finished, also make telemetry gate more fair ( #185327 )
...
* tweak resolve info so that we know if resolve was needed and if it already finished, also make telemetry gate more fair
* also log the resolve duration
2023-06-16 14:36:10 +02:00
Johannes Rieken
dedbfed269
fix build ( #185325 )
2023-06-16 13:57:14 +02:00