Daniel McCormack and GitHub
9f57a1712f
Merge branch 'main' into 185324
2023-06-17 22:07:33 +12:00
weartist
f0c543908a
Fix #185343
2023-06-17 16:31:21 +08:00
Han and GitHub
833874ca57
Merge branch 'main' into adjust_command_sort
2023-06-17 14:23:03 +08:00
Daniel McCormack
8d1a21408f
Enable zsh and bash shell integration with set -u
2023-06-17 17:46:01 +12:00
Connor Peet and GitHub
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 and GitHub
eb69cf5427
Let chat view be wider ( #185402 )
2023-06-16 19:08:40 -07:00
Robo and GitHub
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 and GitHub
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 and GitHub
2f867fa7a1
cli: fix macos build ( #185401 )
2023-06-17 09:38:58 +09:00
Tyler James Leonhardt and GitHub
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 and GitHub
5de3dd34e8
Allow vscode.open in chat markdown ( #185386 )
2023-06-16 16:29:29 -07:00
Daniel Imms
3936786291
Register ptyhost logger channel immediately
...
Fixes #185391
2023-06-16 16:04:41 -07:00
Daniel Imms
66ea90c593
Don't fire PtyService.onDidChangeProperty twice
...
Fixes #185396
2023-06-16 15:55:00 -07:00
Daniel Imms
9d28924049
Trace events on PtyService
...
Fixes #185392
2023-06-16 15:51:53 -07:00
Connor Peet and GitHub
2cf2110716
Merge pull request #185385 from microsoft/cli-service-improvements
...
Cli service improvements
2023-06-16 15:17:58 -07:00
aamunger
6266d3b07e
do not reset language to plaintext
2023-06-16 14:58:00 -07:00
Daniel Imms
99e380dc3c
Clean up RemotePty interface, use DI in remote backend
2023-06-16 14:51:58 -07:00
Daniel Imms
31a5d124e0
Don't call PtyService.resize consecutively with the same values
2023-06-16 14:48:17 -07:00
Daniel Imms and GitHub
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
Daniel Imms
e6881a34df
memoize PtyService.getEnvironment
...
This should not change through the runtime of the pty host
Fixes #185379
2023-06-16 14:41:24 -07:00
meganrogge
9aacad6645
try something else
2023-06-16 15:44:22 -05:00
meganrogge
9c534efc13
start on accessible chat view
2023-06-16 15:27:55 -05:00
Raymond Zhao and GitHub
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 and GitHub
e4751e3538
Fix some terms ( #185376 )
...
* Fix some terms
* Apply PR suggestion
2023-06-16 21:38:37 +02:00
Daniel Imms and GitHub
8bd63725e0
Correct pty host logging function name
2023-06-16 12:31:14 -07:00
Megan Rogge and GitHub
23b487b0a9
Merge pull request #185375 from microsoft/merogge/status-usage
...
`alert` -> `status`
2023-06-16 14:18:33 -05:00
Aaron Munger and GitHub
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
d78847930f
set language, provide deserialized editor for recovery process
2023-06-16 11:55:08 -07:00
aamunger
76c8654a95
use the builtin extension activation, temp disable failing tests
2023-06-16 11:55:07 -07:00
aamunger
71a4ab0f49
delegate editorInput ownership to EditorService. Activate ipynb extension for IW
2023-06-16 11:55:05 -07:00
aamunger
367c538c8f
drop one-off IW backup/recovery mechanism
2023-06-16 11:55:05 -07:00
aamunger
b8e7f2b397
restore from backup
2023-06-16 11:54:59 -07:00
aamunger
2c37a5be5a
use same notebook serializer for IW
2023-06-16 11:52:40 -07:00
aamunger
3b921a80a8
use scratchpad for IW working copy
...
This reverts commit f5e494eae0 .
2023-06-16 11:52:39 -07: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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
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 and GitHub
f929eaa79f
Update src/vs/platform/audioCues/browser/audioCueService.ts
2023-06-16 12:33:05 -05:00
meganrogge
c618245c3c
format
2023-06-16 12:31:55 -05:00
Daniel Imms
cc76abec73
Fix edge case where logLevel got set back to info
2023-06-16 10:29:42 -07:00