Commit Graph
113804 Commits
Author SHA1 Message Date
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
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 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
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
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
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
Alex RossandGitHub ba7698ca1f Dedupe continue-on and local un-submitted comments (#193463) 2023-09-19 07:00:40 -07:00
Ladislau SzomoruandGitHub 1545aeab06 SCM - Initial implementation of the Sync view (#193440) 2023-09-19 15:58:22 +02:00
Alex RossandGitHub e20eb064c6 treeView.message = undefined should not block viewsWelcome from appearing (#193457)
Fixes #193435
2023-09-19 14:36:47 +02:00
João MorenoandGitHub ef023da6db more defense against bad AAD auth (#193447)
add retry to check blob
2023-09-19 13:19:12 +01:00
João MorenoandGitHub 7c7f7eee86 rewrite blob upload promises (#193434) 2023-09-19 09:18:20 +01:00
Tyler James LeonhardtandGitHub 062ba1ed6c Initial implementation of TF-IDF for similar commands (#193418) 2023-09-18 21:07:29 -07:00
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
Rob LourensandGitHub ee8f89f614 Allow cmd+c to copy chat row content (#193410)
* Allow cmd+c to copy chat row content
Fix microsoft/vscode-copilot#1433

* Add onDidBlur listener
2023-09-18 16:50:05 -07:00
Megan RoggeandGitHub 308a69b603 Merge pull request #193408 from microsoft/merogge/xterm-update
get terminal accessible view/buffer to update dynamically
2023-09-18 16:43:18 -07:00
Raymond ZhaoandGitHub f20ca3aa50 Mark packages as private (#193414) 2023-09-19 00:30:01 +01:00
Rob LourensandGitHub e7902c58b0 Bump distro (#193413) 2023-09-19 00:28:07 +01:00