Commit graph

113808 commits

Author SHA1 Message Date
Peng Lyu
616dc3a311
Fix #193151. Add IFileSystemProviderWithOpenReadWriteCloseCapability to FileUserDataProvider (#193228)
* Fix #193151. Add IFileSystemProviderWithOpenReadWriteCloseCapability to FileUserDataProvider

* Update src/vs/platform/files/common/inMemoryFilesystemProvider.ts

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>

* implement and adopt new enforce methods for atomicity

* 💄

* 💄

* actually add tests and fix issues!

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-09-20 10:31:12 +02:00
Ladislau Szomoru
e882412e39
SCM - add aria labels to the SCMSyncViewPane (#193552) 2023-09-20 09:17:37 +01:00
Ladislau Szomoru
9ab55b6f14
SCM - clean up the history provider listeners when removing a repository (#193550) 2023-09-20 09:36:44 +02:00
Benjamin Simmonds
f27dd75c38
Merge pull request #193549 from microsoft/tyler/mixed-tyrannosaurus
Revert "Add stemming support to TF-IDF implementation (#193531)"
2023-09-20 09:27:46 +02:00
Tyler Leonhardt
4ea2c19b2a
Revert "Add stemming support to TF-IDF implementation (#193531)"
This reverts commit 2ad860b576.
2023-09-19 22:58:14 -07:00
Tyler James Leonhardt
2ad860b576
Add stemming support to TF-IDF implementation (#193531) 2023-09-19 19:59:11 -07:00
Matt Bierner
70139e827a
Pick up latest TS nightly for building VS Code (#193534)
Required fixing a real typing error
2023-09-19 17:25:11 -07:00
Rob Lourens
417a129502
Basic markdown decorations for variables in requests (#193533) 2023-09-20 00:06:43 +00:00
Sandeep Somavarapu
e520251188
some fixes to icon selection widget (#193536)
* some fixes to icon selection widget

* fix padding
2023-09-19 16:47:34 -07:00
Sandeep Somavarapu
17726b2b0c
icon selection widget (#193518)
* icon selection widget

* fix scrolling
2023-09-19 23:27:48 +01:00
Ladislau Szomoru
a18ef5588e
SCM - extracted code into MainThreadSCMHistoryProvider (#193520) 2023-09-19 15:14:53 -07:00
Justin Chen
6bd11d0301
Added placeholder for extensions dropdown (#193504)
* disable code actions specifically for autosave after delay:

* added fix for placeholder

* cleanup and removed empty option

* code cleanup

* specify htmlelement type

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>

---------

Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com>
2023-09-19 14:52:40 -07:00
Megan Rogge
5ce4d55c14
Merge pull request #193489 from microsoft/merogge/terminal-editor
when instance's target is editor, focus that instead of panel
2023-09-19 13:29:44 -07:00
meganrogge
c44e774e11
fix 2023-09-19 13:15:11 -07:00
Megan Rogge
b8c1929f96
Update src/vs/workbench/contrib/terminal/browser/terminalActions.ts
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2023-09-19 12:48:11 -07:00
Benjamin Pasero
a3c288eea5
debt - keep main services in electron-main (#193516) 2023-09-19 21:46:37 +02:00
Megan Rogge
feedfc545d
Merge pull request #193486 from microsoft/merogge/task-reconnection
fire `onDidReconnectToTasks` when there are no task terminals to reconnect to so tasks run on `folderOpen`
2023-09-19 12:44:52 -07:00
meganrogge
5c0aac4bc4
await 2023-09-19 12:30:44 -07:00
meganrogge
33bbfac7ec
better fix 2023-09-19 12:28:54 -07:00
meganrogge
3464868729
use helper 2023-09-19 12:26:32 -07:00
Benjamin Pasero
fdf7563f9e
Fuzzy scorer tests may have mismatched casing (fix #193396) (#193514) 2023-09-19 20:08:34 +01:00
Benjamin Pasero
82be874706
Allow text in error message popups to be copied or at least selected (fix #193243) (#193511) 2023-09-19 21:03:21 +02:00
Benjamin Pasero
65edfbaca0
editors - check model for being too large (#193427) (#193510) 2023-09-19 21:03:02 +02:00
Ladislau Szomoru
3e31b71648
SCM - more cleanup of the SCMHistoryProvider API (#193509) 2023-09-19 21:00:13 +02:00
Henning Dieterichs
a40ee0e2fa Fixes #193370 2023-09-19 19:59:31 +02:00
Rob Lourens
a24cf7a6f9
Remove unused chatAgents props (#193492) 2023-09-19 10:51:31 -07:00
Sandeep Somavarapu
1f20a02689
Change Settings Sync terminology (#193494)
#140117 Change Settings Sync terminology
2023-09-19 10:51:15 -07:00
Joyce Er
4a7982b7b4
fix: don't overlap chat hint and other decorations (#193503) 2023-09-19 10:50:08 -07:00
Peng Lyu
3aa6d81f18
💄 Reduce getValue in chatInput (#193497)
* Re #193427. Reduce model.getValue().

* 💄 Reduce getValue in chatInput
2023-09-19 17:54:14 +01:00
Rob Lourens
5ba8000cd3
Avoid TextMode#getValue (#193495) 2023-09-19 17:40:25 +01:00
Alex Ross
e123234b40
Simple file dialog filter does not work for multiple extension files (e.g. .tar.gz) (#193485)
Fixes #191887
2023-09-19 09:34:27 -07:00
Alex Ross
a16d8d0a3e
Update shellscript grammar (#193488) 2023-09-19 09:33:30 -07:00
Alex Ross
b1ecc637a6
Comments: Faster TextModel/TextBuffer access (#193487)
Part of #193427
2023-09-19 09:25:22 -07:00
Joyce Er
b0dc4ef749
fix: don't load model value for empty editor hint (#193484) 2023-09-19 18:06:05 +02:00
meganrogge
f89f293320
fix #193454 2023-09-19 09:05:55 -07:00
meganrogge
52b0ec4478
rm redundant check 2023-09-19 08:54:55 -07:00
meganrogge
1cfe1ecf3f
fix #193475 2023-09-19 08:52:37 -07:00
Matt Bierner
de43dd9542
Mark most DisposableStore properties readonly (#193482)
This prevents a common cause of leaks: reassigning the property without first disposing of the old value
2023-09-19 08:44:54 -07:00
Justin Chen
ca7f354260
Do not allow code actions to run for autosave after delay (#193479)
disable code actions specifically for autosave after delay:
2023-09-19 16:31:24 +01:00
Matt Bierner
060e385ef5
Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)
For https://github.com/microsoft/TypeScript/issues/55781
2023-09-19 08:28:28 -07:00
Connor Peet
db6150c8f5
input: use faster model access (#193476)
For #193427

Doesn't really matter here since it's just a search input, but use best practices anyway.
2023-09-19 08:28:01 -07:00
Alex Ross
fa45b00051
Add a context key for active editor commenting ranges (#193460)
Part of #192377
2023-09-19 16:59:47 +02:00
Ladislau Szomoru
23a4d89e42
SCM - tweak API for the SCM sync view (#193470) 2023-09-19 16:59:13 +02:00
Alex Ross
ba7698ca1f
Dedupe continue-on and local un-submitted comments (#193463) 2023-09-19 07:00:40 -07:00
Ladislau Szomoru
1545aeab06
SCM - Initial implementation of the Sync view (#193440) 2023-09-19 15:58:22 +02:00
Alex Ross
e20eb064c6
treeView.message = undefined should not block viewsWelcome from appearing (#193457)
Fixes #193435
2023-09-19 14:36:47 +02:00
João Moreno
ef023da6db
more defense against bad AAD auth (#193447)
add retry to check blob
2023-09-19 13:19:12 +01:00
João Moreno
7c7f7eee86
rewrite blob upload promises (#193434) 2023-09-19 09:18:20 +01:00
Tyler James Leonhardt
062ba1ed6c
Initial implementation of TF-IDF for similar commands (#193418) 2023-09-18 21:07:29 -07:00
Andrew Wang
516ab4fc73
Add support for debugger type for selectAndStartDebugging (#193156)
* Add support for debugger type for selectAndStartDebugging

This PR adds in an arg to the command 'selectAndStartDebugging' so users
are able to jump directly to a debugger type instead of having users to
select a debugger type then select the configuration they want.

* Move accessors to the top to avoid calling one after an await

---------

Co-authored-by: Rob Lourens <roblourens@gmail.com>
2023-09-18 17:40:02 -07:00