Johannes
ace5565fd8
css styling tweaks
2023-05-26 12:07:11 +02:00
Jean Pierre
677be0815b
Fixes #183445
2023-05-26 05:03:28 -05:00
Johannes
e9f6796106
add info messaging showing "Thinking..." on first request
2023-05-26 11:54:37 +02:00
Johannes
36685192a4
add special, button-like rendering for "Accept" command
2023-05-26 11:23:34 +02:00
Johannes
fd05c6b56a
move feeback commands into into their own toolbar to the side
2023-05-26 10:26:02 +02:00
Benjamin Pasero
0524ecce23
Merge pull request #183397 from microsoft/ben/uniform-gayal
...
Provide atomic write and delete support in file service (fix #182974 )
2023-05-26 10:18:29 +02:00
Benjamin Pasero
7ca0c85dfe
files - final fixes for PR
2023-05-26 09:42:06 +02:00
Aiday Marlen Kyzy
670f92f22b
Merge pull request #183452 from microsoft/ulugbekna/computeStickyModel-model-is-disposed
...
computeStickyModel: check token cancellation because it signals that the model is disposed
2023-05-26 09:21:11 +02:00
Connor Peet
8242d20803
fixes for wsl hosting ( #183491 )
2023-05-26 08:47:56 +02:00
John Murray
fb335eb1a0
Prevent duplicate text in workspace folder picker when path has no parent ( fix #183418 ) ( #183427 )
...
* Prevent duplicate text in workspace folder picker when path has no parent (fix #183418 )
* Instead, blank description when it matched label
* Set `description` undefined when same as `label`
2023-05-26 06:31:26 +00:00
Rob Lourens
2dfb838f49
Add contentWidth/onDidChangeContentWidth to ListView, adopt in debugHover ( #183479 )
...
* Add contentWidth/onDidChangeContentWidth to ListView, adopt in debugHover
For #173980
* cleanup
2023-05-25 20:35:35 -07:00
Rob Lourens
0977318801
Restore proposed API check ( #183487 )
...
Now that the copilot chat extension is updated and this won't break it
2023-05-25 18:58:45 -07:00
John Bampton
ceac58a9f0
src: fix spelling in TypeScript files ( #183477 )
2023-05-26 01:55:26 +00:00
Matt Bierner
ea7d830fb4
Fix some errors for project wide JS/TS IntelliSense ( #183482 )
...
- Don't compute `semanticSupportedSchemes` early, as this may be incorrect if the script is loaded before there are workspace folders
- Handle exceptions when watching files by logging them but not crashing the server
2023-05-25 18:43:46 -07:00
Rob Lourens
110b68473b
Always set max-width on chat views, not just in editor ( #183484 )
...
* Cleanup from #183481
* Always set max-width on chat views, not just in editor
2023-05-26 02:55:06 +02:00
Bhavya U
08b0de6fb3
Restore walkthroughs after OpenFolderAction from emtpy workspaces ( #183468 )
...
Restore walkthroughs after OpenFolderAction from emtpry workspaces
2023-05-25 17:31:28 -07:00
Rob Lourens
56a0248733
Show chat move actions without icons ( #183481 )
2023-05-26 02:22:14 +02:00
Megan Rogge
1052813be2
Merge pull request #183439 from microsoft/merogge/alert-error
2023-05-25 18:17:10 -05:00
Rob Lourens
fd2114f831
Fix typo ( #183476 )
2023-05-26 00:51:05 +02:00
Sandeep Somavarapu
79b9f746dd
cache builtn extensions locations from gallery ( #183467 )
...
- revert hosted extensions
- cache builtn extensions locations from gallery
2023-05-25 15:41:29 -07:00
Matt Bierner
710d6ea32c
Fix new path suggestion for move to file ( #183474 )
...
Turns our `newFileName` is actually a path :)
2023-05-26 00:29:58 +02:00
Bhavya U
049ee36265
Initial welcome widget commit ( #183446 )
...
* Initial welcome widget commit
* Update i18n.resource.json for welcomeDialog
* Clean up code
2023-05-26 00:03:23 +02:00
Raymond Zhao
731d08f2bb
Add experimental settings type (v2) ( #183263 )
2023-05-25 23:35:14 +02:00
Ladislau Szomoru
51f1d2df15
Engineering - Add winget configuration file ( #183465 )
...
* Engineering - Add winget configuration file
* Remove property
* Add git
2023-05-25 22:54:32 +02:00
Raymond Zhao
bc4edc5c00
Use blank role for custom selectbox on macOS ( #183460 )
...
Acts as a workaround for and fixes #180115
2023-05-25 13:35:02 -07:00
Sandeep Somavarapu
81bb68fed1
Fix #182491 ( #183451 )
...
* Fix #182491
* apply to aria label, add setting
* revert unrelated changes
* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts
* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts
---------
Co-authored-by: meganrogge <megan.rogge@microsoft.com>
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-05-25 12:55:27 -07:00
Megan Rogge
77e463cdb8
Merge branch 'main' into merogge/notebook-verbosity
2023-05-25 13:56:16 -05:00
Andrea Mah
cc77912561
remove search model building logs ( #183453 )
...
* remove search model building logs
* remove unused import
2023-05-25 11:07:04 -07:00
Ulugbek Abdullaev
2999ca59c5
computeStickyModel: check token cancellation because it signals that the model is disposed
2023-05-25 19:31:43 +02:00
Henning Dieterichs
ca0abe62ff
Small diff editor refactoring
2023-05-25 18:44:10 +02:00
Johannes Rieken
898311b454
add attempt
to InteractiveEditorRequest
( #183447 )
...
https://github.com/microsoft/vscode-internalbacklog/issues/3694
2023-05-25 09:38:36 -07:00
Benjamin Pasero
4d10c16310
files - 💄 atomic support
2023-05-25 17:14:37 +02:00
Ladislau Szomoru
52e56ad19a
SCM - fix input flickering ( #183440 )
2023-05-25 16:56:05 +02:00
Johannes Rieken
97762b52c8
add focus input command to f1 ( #183438 )
...
https://github.com/microsoft/vscode-copilot-release/issues/81
2023-05-25 16:50:00 +02:00
meganrogge
623658e2d3
provide message, not object
2023-05-25 09:37:52 -05:00
meganrogge
9718993382
alert SR users with error details if any
2023-05-25 09:35:56 -05:00
Aiday Marlen Kyzy
fdf68021ff
Merge pull request #183425 from microsoft/aiday/polishingQuickFixes
...
Polishing the typescript quick fixes
2023-05-25 16:32:26 +02:00
Alex Ross
f6555ce9b3
Include comment thread in command arguments ( #183431 )
2023-05-25 15:55:41 +02:00
Johannes Rieken
2c5f901887
further polish of accept/discard gestures ( #183417 )
...
* further polish of accept/discard gestures
return of the Accept btn, `escape` cancels, `cmd+enter` accepts, after cancel `cmd+z` restores the session
fix toggle diff commands
* fix unit test
2023-05-25 15:44:26 +02:00
Daniel Imms
d81d1e6ecc
Merge pull request #183429 from microsoft/tyriar/183428
...
Move terminalResolver into contrib/terminal
2023-05-25 06:39:30 -07:00
Don Jayamanne
1bd0632642
Revert "Hide kernel picker if nothing is returned ( #182919 )" ( #183416 )
...
This reverts commit 5015de8fb2
.
2023-05-25 23:29:03 +10:00
Daniel Imms
aaebb15f99
Merge pull request #183424 from microsoft/tyriar/180097
...
Improve terminal profile config help
2023-05-25 06:26:27 -07:00
Daniel Imms
dc626ba289
Merge pull request #183371 from microsoft/tyriar/183236
...
Ensure options are filled with defaults, fix equality check
2023-05-25 06:21:24 -07:00
Aiday Marlen Kyzy
81f98eb8fe
adding text to better explain the dependence on the AI extension
2023-05-25 15:20:55 +02:00
Johannes Rieken
fe1b2d2e18
(for now) don't disallow but warn and collect extensions with bogous resolveCompletionItem behaviour ( #183426 )
...
re https://github.com/microsoft/vscode/issues/183092
2023-05-25 15:09:24 +02:00
Daniel Imms
bcb07d6d3e
Move terminalResolver into contrib/terminal
...
Fixes #183428
2023-05-25 06:06:52 -07:00
Benjamin Pasero
0ef5dff575
Adopt new extension host restart lifecycle ( #180514 ) ( #183293 )
...
* Adopt new extension host restart lifecycle (#180514 )
* adopt for notebooks
* fix tests
2023-05-25 15:01:39 +02:00
Benjamin Pasero
49f7ecfcb7
untitled - have a isUntitledWithAssociatedResource
method from the service ( #183420 )
2023-05-25 14:56:39 +02:00
Aiday Marlen Kyzy
0cce0c2f51
adding typescript in front
2023-05-25 14:48:50 +02:00
Aiday Marlen Kyzy
454a8e61ff
polishing the code
2023-05-25 14:46:57 +02:00