Christof Marti
|
30605c2548
|
Update to @vscode/proxy-agent 0.17.4
|
2023-09-20 10:53:09 +02:00 |
|
 
|
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 SzomoruandGitHub
|
e882412e39
|
SCM - add aria labels to the SCMSyncViewPane (#193552)
|
2023-09-20 09:17:37 +01:00 |
|
 Ladislau SzomoruandGitHub
|
9ab55b6f14
|
SCM - clean up the history provider listeners when removing a repository (#193550)
|
2023-09-20 09:36:44 +02:00 |
|
 Benjamin SimmondsandGitHub
|
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 LeonhardtandGitHub
|
2ad860b576
|
Add stemming support to TF-IDF implementation (#193531)
|
2023-09-19 19:59:11 -07:00 |
|
 Matt BiernerandGitHub
|
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 LourensandGitHub
|
417a129502
|
Basic markdown decorations for variables in requests (#193533)
|
2023-09-20 00:06:43 +00:00 |
|
 Sandeep SomavarapuandGitHub
|
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 SomavarapuandGitHub
|
17726b2b0c
|
icon selection widget (#193518)
* icon selection widget
* fix scrolling
|
2023-09-19 23:27:48 +01:00 |
|
 Ladislau SzomoruandGitHub
|
a18ef5588e
|
SCM - extracted code into MainThreadSCMHistoryProvider (#193520)
|
2023-09-19 15:14:53 -07:00 |
|
meganrogge
|
d5411935e9
|
make CommentCommandId enum
|
2023-09-19 14:56:25 -07:00 |
|
 
|
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 |
|
meganrogge
|
6c7fb4d5b0
|
allow commands to have discoverable keybindings
|
2023-09-19 14:45:18 -07:00 |
|
meganrogge
|
e252fd620b
|
add to editor help menu
|
2023-09-19 13:51:25 -07:00 |
|
 Megan RoggeandGitHub
|
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 |
|
 
|
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 PaseroandGitHub
|
a3c288eea5
|
debt - keep main services in electron-main (#193516)
|
2023-09-19 21:46:37 +02:00 |
|
 Megan RoggeandGitHub
|
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 |
|
meganrogge
|
e49c56aab8
|
add more content
|
2023-09-19 12:18:38 -07:00 |
|
 Benjamin PaseroandGitHub
|
fdf7563f9e
|
Fuzzy scorer tests may have mismatched casing (fix #193396) (#193514)
|
2023-09-19 20:08:34 +01:00 |
|
 Benjamin PaseroandGitHub
|
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 PaseroandGitHub
|
65edfbaca0
|
editors - check model for being too large (#193427) (#193510)
|
2023-09-19 21:03:02 +02:00 |
|
 Ladislau SzomoruandGitHub
|
3e31b71648
|
SCM - more cleanup of the SCMHistoryProvider API (#193509)
|
2023-09-19 21:00:13 +02:00 |
|
 Henning DieterichsandHenning Dieterichs
|
a40ee0e2fa
|
Fixes #193370
|
2023-09-19 19:59:31 +02:00 |
|
meganrogge
|
55c24c5c02
|
add content
|
2023-09-19 10:56:47 -07:00 |
|
 Rob LourensandGitHub
|
a24cf7a6f9
|
Remove unused chatAgents props (#193492)
|
2023-09-19 10:51:31 -07:00 |
|
 Sandeep SomavarapuandGitHub
|
1f20a02689
|
Change Settings Sync terminology (#193494)
#140117 Change Settings Sync terminology
|
2023-09-19 10:51:15 -07:00 |
|
 Joyce ErandGitHub
|
4a7982b7b4
|
fix: don't overlap chat hint and other decorations (#193503)
|
2023-09-19 10:50:08 -07:00 |
|
 Peng LyuandGitHub
|
3aa6d81f18
|
💄 Reduce getValue in chatInput (#193497)
* Re #193427. Reduce model.getValue().
* 💄 Reduce getValue in chatInput
|
2023-09-19 17:54:14 +01:00 |
|
 Rob LourensandGitHub
|
5ba8000cd3
|
Avoid TextMode#getValue (#193495)
|
2023-09-19 17:40:25 +01:00 |
|
 Alex RossandGitHub
|
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 RossandGitHub
|
a16d8d0a3e
|
Update shellscript grammar (#193488)
|
2023-09-19 09:33:30 -07:00 |
|
 Alex RossandGitHub
|
b1ecc637a6
|
Comments: Faster TextModel/TextBuffer access (#193487)
Part of #193427
|
2023-09-19 09:25:22 -07:00 |
|
 Megan RoggeandGitHub
|
12016303bb
|
Merge branch 'main' into merogge/comment-help
|
2023-09-19 09:20:00 -07:00 |
|
 Joyce ErandGitHub
|
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 BiernerandGitHub
|
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 ChenandGitHub
|
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 BiernerandGitHub
|
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 PeetandGitHub
|
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 RossandGitHub
|
fa45b00051
|
Add a context key for active editor commenting ranges (#193460)
Part of #192377
|
2023-09-19 16:59:47 +02:00 |
|
 Ladislau SzomoruandGitHub
|
23a4d89e42
|
SCM - tweak API for the SCM sync view (#193470)
|
2023-09-19 16:59:13 +02:00 |
|