Commit Graph

15776 Commits

Author SHA1 Message Date
Daniel Imms
65bcaaf218 Merge pull request #239398 from microsoft/tyriar/239396_speedup
Optimize getCommandsInPath, restore cache, clean up cache lifecycle, add test
2025-02-03 07:56:21 -08:00
Daniel Imms
3a342525ed Merge pull request #239395 from microsoft/tyriar/239344_followup
Simplify terminal suggest token variable
2025-02-03 07:49:48 -08:00
Johannes Rieken
cda13b71f4 Add test to assert LanguageModelError (#239474)
* add test for https://github.com/microsoft/vscode/issues/235322

* extract options/metadata
2025-02-03 10:35:37 +01:00
Ladislau Szomoru
ba2aa54fc6 Git - fix post-commit command for multi-repo workspaces (#239462) 2025-02-02 22:26:32 -08:00
Daniel Imms
4f587d78c2 Pull alias parsing into helper 2025-02-02 05:18:45 -08:00
Daniel Imms
c4cf1864d2 Resolve fig spec against alias definition command 2025-02-02 05:15:25 -08:00
Daniel Imms
521e89838a Don't show fig information for aliases
Fixes #239425
2025-02-02 04:40:31 -08:00
Daniel Imms
53790287ce Improve names on PathExecutableCache 2025-02-02 04:27:47 -08:00
Daniel Imms
af8504c3ac Add test to prevent future simple cache breakages 2025-02-01 06:04:08 -08:00
Daniel Imms
9131925b74 Move path exe logic into class 2025-02-01 05:56:14 -08:00
Daniel Imms
7a9f62939d Move path exe logic into own file 2025-02-01 05:45:21 -08:00
Daniel Imms
fafd6b594a Optimize getCommandsInPath, restore cache
Changes:

- Fix cache mechanism as pathValue never got stored
- Cache labels instead of returning empty set
- Walking each directory in separate promise and await via Promise.all
- Don't create a promise on Windows when checking exe

Fixes #239396
2025-02-01 05:17:57 -08:00
Daniel Imms
9f753c77d9 Simplify terminal suggest token variable
Follow up on #239344
2025-02-01 04:42:12 -08:00
Tyler James Leonhardt
4c32889faf Show InputBox for unsupported clients (#239389)
* Show InputBox for unsupported clients

Fixes https://github.com/microsoft/vscode/issues/238147

* comment

* Add 127.0.0.1 for good measure
2025-02-01 05:26:18 +00:00
Daniel Imms
9d7b589913 Remove arrow from alias detail 2025-01-31 14:40:12 -08:00
Daniel Imms
4c3914f8b7 Merge remote-tracking branch 'origin/main' into tyriar/aliases 2025-01-31 14:38:15 -08:00
Daniel Imms
9802b18139 Make other command types consistent, polish abnormal alias types 2025-01-31 14:35:40 -08:00
Daniel Imms
c69d72c515 Correct non-definition entries 2025-01-31 14:05:57 -08:00
Daniel Imms
92f0b764f8 Polish format of aliases 2025-01-31 14:04:33 -08:00
Megan Rogge
0baef06236 ensure space after command before providing options (#239378)
fix #239249
2025-01-31 23:03:21 +01:00
Daniel Imms
6540b40a3d Set kind for all pwsh commands, handle aliases without resolved 2025-01-31 13:28:18 -08:00
Daniel Imms
e7415f5633 Merge pull request #239344 from microsoft/tyriar/239018
Add very basic tokenizer for command line
2025-01-31 13:20:30 -08:00
Daniel Imms
fee91cbff5 Share exec/spawn code between shells 2025-01-31 13:07:11 -08:00
Daniel Imms
735fde9116 Move pwsh logic into own file 2025-01-31 12:52:34 -08:00
Daniel Imms
a1f8e8d54e Use a map over a switch statement 2025-01-31 10:35:51 -08:00
Daniel Imms
7e1c4edb76 Remove compile warning 2025-01-31 10:30:20 -08:00
Daniel Imms
02734d254f Async fish and aliases 2025-01-31 10:29:06 -08:00
Daniel Imms
1908c617e8 zsh aliases 2025-01-31 10:24:50 -08:00
Matt Bierner
334fdfe437 Merge pull request #234858 from rgrunber/fix-63129
Expose adjustWhitespace to TextEditor API.
2025-01-31 10:21:13 -08:00
Daniel Imms
da74a77c39 Move bash logic into own file 2025-01-31 10:09:30 -08:00
Daniel Imms
999cf4704b Pull in bash aliases, add alias kind
Part of #239028
2025-01-31 09:56:24 -08:00
Daniel Imms
63c8c15571 Pass token type into getCompletionItemsFromSpecs tests 2025-01-31 09:04:43 -08:00
Daniel Imms
9add868cda Add very basic tokenizer for command line
Fixes #239018
2025-01-31 08:30:51 -08:00
Benjamin Pasero
1b5d712dda 🆙 @parcel/watcher@2.5.1 (#239291) 2025-01-31 11:21:51 +01:00
Megan Rogge
a0a4332e9a only return options if no args are provided (#239247)
fix #237598
2025-01-30 19:33:32 +00:00
Ladislau Szomoru
45212e10fc Git - use base branch to calculate unpublished commits (#239226) 2025-01-30 16:52:17 +01:00
Matt Bierner
94c2ff587a Use more clear label for markdown validation item 2025-01-29 14:13:00 -08:00
Matt Bierner
2ec0941b33 Merge pull request #239061 from fa0311/unixtime
Fix ${unixTime} Placeholder to Use Full Millisecond Timestamp in markdown.copyFiles.destination
2025-01-29 09:36:35 -08:00
Ladislau Szomoru
2ae3d5ae35 Git - fix bug with opening the first commit from the timeline view (#239111) 2025-01-29 17:03:52 +01:00
Ladislau Szomoru
fa2f90b630 Git - fix issue related to opening the first commit of the repository from the git blame hover (#239102) 2025-01-29 16:36:21 +01:00
Ladislau Szomoru
4a24ab7c7e Revert "SCM - disable actions for resource groups that do not have any resources (#236813)" (#239098)
This reverts commit 151ef3514e.
2025-01-29 15:33:23 +01:00
ふぁ
f07edc3dbe fix: update unix timestamp to milliseconds in copyFiles feature
Signed-off-by: ふぁ <yuki@yuki0311.com>
2025-01-29 15:35:33 +09:00
Matt Bierner
f9213d7b48 Support more image/video/audio types for markdown copy into files
Fixes #239016
2025-01-28 15:35:46 -08:00
Megan Rogge
7f434da1e8 Revert "rm webpack config from terminal-suggest" (#238981)
Revert "rm webpack config from terminal-suggest (#238874)"

This reverts commit b54c554bb2.
2025-01-28 17:30:46 +01:00
Martin Aeschlimann
5506dbf6f6 [json] update service (#238898) 2025-01-27 22:46:17 +01:00
Megan Rogge
b54c554bb2 rm webpack config from terminal-suggest (#238874) 2025-01-27 13:21:15 -06:00
Benjamin Pasero
cd3c0ac45b Test failure: workspace.applyEdit drops the TextEdit if there is a RenameFile later #77735 (with opened editor) (fix #238837) (#238838) 2025-01-27 13:18:52 +01:00
Tyler James Leonhardt
a9ce0b5556 Include an ability to change the default client id (#238736)
Include an ability to change the client id

So our migration is easy to test
2025-01-24 16:46:50 -08:00
Megan Rogge
19e5c5853e cleanup suggest settings (#238709) 2025-01-24 14:26:51 -08:00
Megan Rogge
eefe484351 Add ~/ completion (#238727)
part of #234352
2025-01-24 23:24:25 +01:00