Commit Graph

124157 Commits

Author SHA1 Message Date
Henning Dieterichs 20d82dff62 Update endgame.github-issues (#222856)
June -> July
2024-07-22 11:48:46 +02:00
Ladislau Szomoru cba3b82197 Git - get short stats for the common ancestor commit (#222937) 2024-07-22 10:47:07 +02:00
Henning Dieterichs d351fa8e0e Rename 2024-07-22 08:42:45 +02:00
Christof Marti 97d1b933ad Use fetch (#222175) 2024-07-22 02:44:42 +02:00
Daniel Imms ffc4a44a42 Merge pull request #222555 from microsoft/tyriar/222554
Score .exe command completions from pwsh as files
2024-07-21 12:22:39 -07:00
Daniel Imms 4c4dda1171 Treat all commands that end in extensions as files 2024-07-21 12:04:10 -07:00
Daniel Imms c921b55b8f Score .exe command completions from pwsh as files
Fixes #222554
2024-07-21 12:00:37 -07:00
Daniel Imms e13f0b79f9 Merge pull request #222479 from microsoft/tyriar/219559_240721
Aggressively disable command guide decorations
2024-07-21 10:44:14 -07:00
Daniel Imms 050abee123 Merge pull request #222409 from microsoft/tyriar/polish_extension_boosty
Polish platform file extension boosts
2024-07-21 10:43:46 -07:00
Daniel Imms d6c407b46b Aggressively disable command guide decorations
Fixes #219559
2024-07-21 09:54:35 -07:00
Daniel Imms a3fcba553b Undo reverted change to parsing directory completions 2024-07-21 08:09:09 -07:00
Daniel Imms 47041457ca Add try catch back to pwsh SI enable script 2024-07-21 08:04:48 -07:00
Daniel Imms d719d6f2fd Improve config descriptions 2024-07-21 08:02:52 -07:00
Daniel Imms cd5f051b94 Add setting for tab completions 2024-07-21 08:00:36 -07:00
Daniel Imms d7aafbcbf7 Polish 2024-07-21 07:42:59 -07:00
Daniel Imms f5f6fb2747 Track whether all completions are dirs at start 2024-07-21 07:42:09 -07:00
Daniel Imms 3f33224c4a Only do special dir filtering when all completions are dirs 2024-07-21 07:36:01 -07:00
Daniel Imms 4c62fa2307 Merge remote-tracking branch 'origin/main' into tyriar/222076__222089__tabExpansion 2024-07-21 07:20:17 -07:00
Daniel Imms 324f505a18 Don't do any file boosting when it's an arg 2024-07-21 07:14:11 -07:00
Daniel Imms bc8a1513fa Polish platform file extension boosts
Fixes #222408
2024-07-21 07:09:13 -07:00
Daniel Imms 66edca3c44 Merge pull request #221998 from kapodamy/main
fix: place regex in variables on `shellIntegration-bash.sh` script
2024-07-21 06:29:27 -07:00
Rob Lourens 0eec43797f Fix broken chat variable highlights (#222322) 2024-07-21 08:43:45 +02:00
kapodamy f0f8707a98 Merge branch 'main' into main 2024-07-21 00:23:42 -03:00
Joyce Er 1c7fa5ef1e feat: render warnings for partial or omitted references (#222292)
* feat: render warnings for partial or omitted references

* feat: apply warning foreground color to label for omitted reference

* feat: render omitted warning in request attachment widget

* feat: allow clicking to open chat attachment
2024-07-20 13:39:05 -07:00
Daniel Imms 06d206cb93 Fix compile 2024-07-20 13:14:16 -07:00
Daniel Imms cd0259a1d1 Merge pull request #222305 from microsoft/tyriar/222302
Cache global pwsh completions across terminals and reloads
2024-07-20 13:09:57 -07:00
Daniel Imms c61d964558 Bundle psm1 files 2024-07-20 13:02:21 -07:00
Daniel Imms dfe065a8f3 Support insiders tab completions 2024-07-20 12:59:54 -07:00
Daniel Imms 76e27b5bd8 Only load tab expansion when suggest is on 2024-07-20 12:55:41 -07:00
Daniel Imms 1a8cffca74 Remove unneeded functions 2024-07-20 12:52:21 -07:00
Daniel Imms 53b4f07c8b Merge pull request #222294 from microsoft/tyriar/222230_2
Make sure \ appears at end of dir results on Windows
2024-07-20 12:38:25 -07:00
Daniel Imms f20d602ecf Move formatting of completion results to fn 2024-07-20 12:37:24 -07:00
Daniel Imms da208e3d24 Add fork license inline 2024-07-20 12:22:15 -07:00
Daniel Imms 2f7ddedab8 Add cgmanifest for posh-git 2024-07-20 12:20:29 -07:00
Daniel Imms 41d73f93f2 Remove unneeded file 2024-07-20 12:13:43 -07:00
Daniel Imms 21432753ee Cache global pwsh completions across terminals and reloads
Fixes #222302
2024-07-20 12:12:04 -07:00
Daniel Imms dfeaf155b0 Make sure \ appears at end of dir results on Windows
Fixes #222230
2024-07-20 09:40:11 -07:00
Martin Aeschlimann 85e01ef110 nicer label for setting references (#222280) 2024-07-20 06:37:33 -07:00
Lee Zee 6d186d4c33 shellscript: Register .eclass extension as shell-like (#219631)
Gentoo provides a framework to define modular code that can be reused between ebuilds and packages; the file extension for Gentoo eclasses should be registered as shell-like syntax in addition to ebuilds.

https://wiki.gentoo.org/wiki/Eclass
2024-07-20 13:14:18 +02:00
Ladislau Szomoru 67072765ac SCM - remove experimental from the showHistoryGraph setting name (#222263)
* SCM - remove experimental from the showHistoryGraph setting name

* Fix compilation error

* Fix setting description
2024-07-20 11:10:15 +02:00
Bhavya U 095b6cdd0e Remove deep-classifier-scraper (#222253) 2024-07-19 18:20:23 -07:00
Bhavya U 8d98df7e0a Remove needs-more-info-closer (#222251) 2024-07-19 16:36:14 -07:00
Megan Rogge 709c3d7569 rm unused property (#222226)
fix #214796
2024-07-19 15:49:30 -07:00
Bhavya U 16359f4698 Remove latest-release-monitor-workflow (#222246) 2024-07-19 15:45:49 -07:00
Tyler James Leonhardt eb660c4953 Don't allow focusing items that are hidden (#222248)
Fixes https://github.com/microsoft/vscode/issues/221789
2024-07-19 15:37:47 -07:00
Bhavya U 5a8737bfc0 Update feature-request workflow (#222242) 2024-07-19 15:04:22 -07:00
Daniel Imms 6b66b17b8f Merge pull request #222235 from microsoft/tyriar/222233
Don't replace common prefix
2024-07-19 15:01:22 -07:00
Tyler James Leonhardt ba98397575 Experimental GitHub Multi-account support (#222131)
* Have select account picker include accounts that don't match requested scopes (this will run `createSession` for that chosen account)
* Implement multi-account GitHub support behind a setting
2024-07-19 14:48:40 -07:00
Daniel Imms f9ba435f03 Adjust test for improved behavior 2024-07-19 14:43:46 -07:00
Daniel Imms 83c143a737 Merge branch 'main' into tyriar/222233 2024-07-19 14:42:44 -07:00