Commit Graph

128822 Commits

Author SHA1 Message Date
Aman Karmani
e76c50f20e build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat

* build: rewrite imports for nodenext compat

* build: re-generate
2025-01-22 20:12:39 +01:00
Oleg Solomko
02ea21a23d add links provider for prompt files (#238427)
* [prompt links]: add link background decorations

* [prompt links]: cleanup and move files around

* [prompt links]: add II of PromptLinkProvider, ObjectCache and TrckedDisposable utilities

* [prompt links]: add all missing unit tests

* [prompt links]: remove `TextModelDecoratorsProvider`

* [prompt links]: address PR feedback
2025-01-22 18:30:53 +01:00
Matt Bierner
678bac6445 Merge pull request #238475 from jakebailey/remove-tsconfig-paths
Remove paths from tsconfig.base.json
2025-01-22 09:09:30 -08:00
Jake Bailey
75db9eb509 Remove paths from tsconfig.base.json 2025-01-22 08:37:06 -08:00
Benjamin Pasero
b11d84d0cb chat setup - do not bring up confirm dialogs when reloading or closing window (#238468) 2025-01-22 08:20:08 -08:00
Alex Ross
b53977c1b1 Tokenize viewport first (#238386)
* Tokenize viewport first

* Actually don't block
2025-01-22 17:01:19 +01:00
Anthony Kim
7fb4569b54 Comment out env for bash until fix (#238463)
comment out env for bash until fix
2025-01-22 10:35:29 -05:00
Ladislau Szomoru
c953035b61 Git - simplify git blame caching (#238462)
* Git - simplify git blame caching

* 💄 remove code that is not needed
2025-01-22 16:23:28 +01:00
Benjamin Christopher Simmonds
d8268820c0 Improve border color for inline edits (#238461)
better side by side border color
2025-01-22 16:09:23 +01:00
Sandeep Somavarapu
5f888fae91 make output parsing performant by exposing log entries in the output channel model (#238459) 2025-01-22 13:58:32 +01:00
Megan Rogge
69ce98f0d4 show spec info w priority over path (#238408) 2025-01-22 04:45:23 -08:00
Matt Bierner
92c3380c8f Remove unused classification test (#237989)
Remove unused test file

This test has been commented out for 5 years now
2025-01-22 12:30:15 +01:00
Matt Bierner
b61a7f3475 Merge pull request #236640 from mjbvz/passive-penguin
Switch to use nodenext module resolution
2025-01-22 03:27:09 -08:00
Ladislau Szomoru
4a3edfd006 StatusBar - keep disposing a status bar entry on the extension host side (#238453)
* StatusBar - keep disposing a status bar entry on the extension host side

* Update src/vs/workbench/api/common/extHostStatusBar.ts

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

* Update src/vs/workbench/api/common/extHostStatusBar.ts

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

* Fix argument names

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2025-01-22 12:23:54 +01:00
Ladislau Szomoru
23c4dc3f8e Git - enable git blame status bar entry by default (#238454) 2025-01-22 12:18:09 +01:00
Johannes Rieken
741a1e9e9c Merge pull request #238422 from tmm1/tmm1/ts-boilerplate-more
build: update to include more tsc boilerplate
2025-01-22 12:02:23 +01:00
dependabot[bot]
36801b49c9 Bump undici from 7.2.0 to 7.2.3
Bumps [undici](https://github.com/nodejs/undici) from 7.2.0 to 7.2.3.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v7.2.0...v7.2.3)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-01-22 11:41:07 +01:00
Ladislau Szomoru
b169dfcf40 Git - add caching for commit details (#238451) 2025-01-22 11:36:22 +01:00
Martin Aeschlimann
e98a37ab17 Merge pull request #238393 from rcjsuen/icon-extension-point-typo-fix
Fix typo in the help text of the icon extension point
2025-01-22 10:48:36 +01:00
Johannes Rieken
9b637ac69e remove chat.editing.alwaysSaveWithGeneratedChanges setting and things around it (#238447)
fyi @isidorn
2025-01-22 09:52:52 +01:00
Benjamin Christopher Simmonds
70f22f586e Merge Go To and Accept in gutter menu (#238446)
closes https://github.com/microsoft/vscode-copilot/issues/11923
2025-01-22 09:51:42 +01:00
Benjamin Christopher Simmonds
63c3204155 Fix deletion decoration logic in inline diff view (#238377)
fix deletion decoration
2025-01-22 08:50:30 +01:00
Rob Lourens
d6d62da51b Plumb a requestID and location through the tool invocation to the codemapper request (#238429)
To drive codemapper telemetry
2025-01-22 08:07:01 +01:00
Oleg Solomko
d226a2a497 [prompt settings]: remove the chat.experimental.prompt-instructions.enable config setting (#238430)
[settings]: remove the `chat.experimental.prompt-instructions.enabled` configuration settings in favor of `chat.experimental.prompt-snippets`
2025-01-21 20:03:40 -08:00
Oleg Solomko
27c4a29453 rename attachments picker item (#238428)
[instructions]: rename `Prompt Instructions` to `Instructions` in the attachments picker
2025-01-21 18:55:04 -08:00
Oleg Solomko
8dd608208b [instructions]: restrict file list in the picker to .prompt.md files only (#238433) 2025-01-22 03:34:59 +01:00
Megan Rogge
b69a02f8b4 Restrict list scroll to option, scrollToActiveElement (#238425)
Restrict list scroll to option
2025-01-22 03:32:12 +01:00
Rob Lourens
9eb1f787c6 Add "experimental" label to agent UI bits (#238424) 2025-01-22 02:13:41 +01:00
Aman Karmani
ce19b614c5 build: re-generate 2025-01-21 17:09:00 -08:00
Tyler James Leonhardt
085e4e398a Layout the container on show (#238421)
Decent enough fix until I do the "vm scaling" fix.

Fixes https://github.com/microsoft/vscode/issues/238196
2025-01-22 01:47:59 +01:00
Aman Karmani
649d3e29c3 build: update to include more tsc boilerplate 2025-01-21 16:46:16 -08:00
Justin Chen
7e17ab7219 filter out image attachments in chat history (#238419)
filter out image attachments in history
2025-01-22 01:19:47 +01:00
Peng Lyu
fd52e5736a enforce foreground color for codicon in notebook list (#238416) 2025-01-21 16:07:18 -08:00
Matt Bierner
207c557dae Merge pull request #238406 from mjbvz/straightforward-dinosaur
bump typescript version for building vscode
2025-01-21 14:00:35 -08:00
Matt Bierner
8843616d9c bump typescript version for building vscode 2025-01-21 13:39:02 -08:00
Ladislau Szomoru
6e3d47802d SCM - fix scm.historyProviderCount context key (#238402) 2025-01-21 13:10:04 -08:00
Megan Rogge
b718610ff8 show file/folder path in detail for terminal suggestions (#238389)
fix #237976
2025-01-21 21:48:45 +01:00
Ladislau Szomoru
d239bd3421 Engineering - update notebooks (#238398) 2025-01-21 12:37:11 -08:00
Megan Rogge
9542cdb3e9 don't request terminal completions if cursor index < 0 (#238385)
fix #238380
2025-01-21 12:30:39 -08:00
Megan Rogge
ac0f552f56 Add documentation to completion item (#238391) 2025-01-21 14:03:42 -06:00
Megan Rogge
0ac5cce008 prevent .zlogin and .zprofile from running more than once (#238388)
Fix #238296
2025-01-21 11:57:07 -08:00
Ladislau Szomoru
5a6c2fa66d Git - FS stat should also throw if the file does not exist (#238395) 2025-01-21 20:31:44 +01:00
Sandeep Somavarapu
2083967ffa ability to set log level for compound logs (#238394) 2025-01-21 20:22:24 +01:00
Rob Lourens
f2bfc6d15c More specific editFile tool response (#238392) 2025-01-21 20:07:36 +01:00
Remy Suen
a67a8eed5d Fix typo in the help text of the icon extension point
Signed-off-by: Remy Suen <remy.suen@docker.com>
2025-01-21 13:51:19 -05:00
Sandeep Somavarapu
1c8f3d1b48 consolidate workbench feature logs under window (#238387) 2025-01-21 19:17:59 +01:00
Megan Rogge
488421d693 check for udf elt (#238384)
fix #238383
2025-01-21 09:54:28 -08:00
Matt Bierner
ae715a85ad Merge pull request #238027 from HD787/unixTime
Add ${unixTime} Placeholder for markdown.copyFiles.destination Option
2025-01-21 10:29:03 -06:00
Daniel Imms
56ad038c67 Merge pull request #238284 from microsoft/tyriar/238281
More aggressive quick suggest
2025-01-21 08:26:16 -08:00
Daniel Imms
39d64af477 Merge pull request #238290 from microsoft/tyriar/238181
Add details for pwsh globals via get-command
2025-01-21 08:25:06 -08:00