Commit graph

110705 commits

Author SHA1 Message Date
Aiday Marlen Kyzy 49b8e2d541
Merge pull request #185984 from microsoft/aiday/overridingPositionForLivePreview
Fixing incorrect background color
2023-06-23 14:27:35 +02:00
Aiday Marlen Kyzy c862be97f7
overriding the position 2023-06-23 14:09:21 +02:00
Johannes Rieken a0183bc055
Merge pull request #184328 from microsoft/joh/dark-lizard
chore - update SWC
2023-06-23 13:59:54 +02:00
Henning Dieterichs 2354a33214
Fixes #185942 (#185979) 2023-06-23 13:42:32 +02:00
Johannes 56c917debf
update SWC config to disable useDefineForClassFields 2023-06-23 12:55:32 +02:00
Henning Dieterichs cc7af983c2
Repairs diff editor v2 context keys (#185972) 2023-06-23 12:26:56 +02:00
Johannes 8f4b627c1f
Merge branch 'main' into joh/dark-lizard 2023-06-23 12:20:27 +02:00
Johannes Rieken 6637e2bceb
Let Escape accept inline chat changes when users made edits on top (#185967)
avoid https://github.com/microsoft/vscode-copilot/issues/288
2023-06-23 11:39:38 +02:00
Johannes Rieken ee2b3a261e
debt - move notebook specific session management into its own place (#185955) 2023-06-23 11:01:16 +02:00
Johannes Rieken a0c5c22ede
make more space more embedded new file preview, add potential for a message but don't use it yet (#185962)
https://github.com/microsoft/vscode-copilot/issues/350
2023-06-23 11:00:42 +02:00
Connor Peet 9b8451dd3a
testing: fix text messages being shown as terminal output (#185945)
TestMessages should not be treated as terminal output like
`appendOutput`. They were incorrectly kept in the same implementation
when we added terminal support.

Fixes #185778
2023-06-23 10:09:59 +02:00
Sandeep Somavarapu a201c73080
cleanup: remove unused code (#185938) 2023-06-23 07:33:02 +02:00
Henning Dieterichs a5727468f3
diff editor refactoring (#185928) 2023-06-23 13:02:30 +10:00
Daniel Imms cc589f9a83
Handle wrapped lines 2023-06-22 18:07:24 -07:00
Daniel Imms 8c3fc45e47
Add multiple links test 2023-06-22 17:58:46 -07:00
Daniel Imms abbb5a8909
Add multi-line link tests 2023-06-22 17:56:51 -07:00
Matt Bierner 5ee455116f
Add codeql comments and small fix (#185931) 2023-06-23 02:40:39 +02:00
Daniel Imms 6afd37fd57
Correct buffer range of multi-line links 2023-06-22 17:21:45 -07:00
Bhavya U 04a2bbc6e0
Prevent showing installable extensions till ready (#185930) 2023-06-23 02:16:45 +02:00
Daniel Imms c3e6d72284
Clean up ctor 2023-06-22 17:06:56 -07:00
Daniel Imms 32c0c74023
Extend multi-line link to whole line 2023-06-22 17:04:57 -07:00
Daniel Imms 3622f30d90
Prioritize multi line links over local links 2023-06-22 17:04:12 -07:00
Bhavya U 1602ab89a7
Unify remote menu and start entry items for desktop (#185908)
* Unify remote menu and start entry items for desktop

* Clean up code

* Move remoteStartEntry to be web workbench contrib
2023-06-22 16:26:53 -07:00
Megan Rogge 511849ef6d
Merge pull request #185925 from microsoft/revert-185812-merogge/workspace-tasks
Revert "Revert "Fix accidently starting all onTaskType extensions when running a build command""
2023-06-22 15:55:01 -07:00
Michael Lively f93437ddf2
reorder navigation/execute toolbar group (#185923) 2023-06-23 00:47:33 +02:00
Megan Rogge 2b2418f5bf
Revert "Revert "Fix accidently starting all onTaskType extensions when running a build command"" 2023-06-22 15:39:31 -07:00
Megan Rogge 3cc13d791d
Merge pull request #185907 from microsoft/merogge/mode-prompt
fix fish shell integration problems
2023-06-22 15:39:09 -07:00
Matt Bierner 3a02b99fe8
Try to request workspace content caching on commit (#185920)
For #175972

Here's what believe is happening:

- Workspace opens. We download the archive for the current commit
- User makes a commit
- The commit has now changed, which invalidates the archive. However TS doesn't know this (all the uris seem to stay the same). This means that we silently start going to the network again on file system operations

To fix this, we're going to try re-requesting the archive when a file system change event is fired for the workspace root. This should happen when a commit is made
2023-06-22 15:33:06 -07:00
Joyce Er 578ffcf3ff
Declare experimental Share setting in settings UI (#185917) 2023-06-23 00:14:19 +02:00
Connor Peet 6f748a1407
events: improve emitter performance (#185889) 2023-06-22 21:26:17 +02:00
meganrogge 398c7e5ef6
fix #185750 2023-06-22 11:56:48 -07:00
Aaron Munger cff4fe2715
Merge pull request #185798 from microsoft/aamunger/saveAllScratchpad
include scratchpads in saveAll action on shutdown
2023-06-22 11:28:09 -07:00
Alex Ross 670a8e53fe
Make webviewView actions always visible (#185864) 2023-06-22 11:19:50 -07:00
Henning Dieterichs d02797adf3
Merge pull request #185900 from microsoft/hediet/b/sporting-flamingo
Don't render revert arrows for readonly files
2023-06-22 20:16:50 +02:00
Aaron Munger c89476142f isModified unit test 2023-06-22 11:10:49 -07:00
Aaron Munger 8bcee3b2e4 remove unneeded variable 2023-06-22 11:10:25 -07:00
Aaron Munger 06e56a4ef4 added saveall untitled options tests 2023-06-22 11:10:10 -07:00
Henning Dieterichs 9345328967
Fixes CI 2023-06-22 20:01:31 +02:00
Henning Dieterichs 9bdcaf2ce0
Don't render revert arrows for readonly files 2023-06-22 19:58:41 +02:00
Henning Dieterichs e4e3e1420b
Enables new diff editor by default (just for insiders) (#185899) 2023-06-22 19:43:34 +02:00
Connor Peet 8256e0d0ae
fix: use the right scheme for new managed remote resources (#185897)
Fixes #185886
2023-06-22 19:40:12 +02:00
Henning Dieterichs 25f01f5791
Removes diffEditorWidget2 trusted type, uses diffEditorWidget TT instead. (#185895) 2023-06-22 10:30:59 -07:00
Daniel Imms b898fe1038
Initial working multi-line terminal links
Part of #181837
2023-06-22 10:16:55 -07:00
Aaron Munger dbcf355311
Merge branch 'main' into aamunger/saveAllScratchpad 2023-06-22 09:11:58 -07:00
Daniel Imms b44aededb8
Support links with end rows and/or cols
Fixes #178287
2023-06-22 08:56:12 -07:00
Daniel Imms 9d817ebba4
Add test for new lines+chars format 2023-06-22 08:52:59 -07:00
Daniel Imms 158ae0a53b
Support parsing link end row and col
Part of #178287
2023-06-22 08:50:59 -07:00
Benjamin Pasero 25e5a2adf5
storage - storeAll and external (#185837)
* Emit source in storage change event

* Address some comments

* Fix failed rename

* Part -> Self

* JSDoc for new param

* Add tests

* Fix tests

* Switch from enum to boolean

* Fix tests

* first cut

* adopt storeAll in more places

* more adoptions

* renames

* more adoptions

* extract interface

* more renames

* more tests

* fix test

* more tests

* 💄 jsdoc

---------

Co-authored-by: Joyce Er <joyce.er@microsoft.com>
2023-06-22 16:50:18 +02:00
Henning Dieterichs ec8c12d2e0
Improves diff rendering in new diff editor (#185877) 2023-06-22 16:42:05 +02:00
Megan Rogge be94045345
Merge pull request #185803 from microsoft/merogge/inline-chat-revamp
improve inline chat accessibility
2023-06-22 07:29:28 -07:00