mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-05-01 00:40:38 +02:00
Add support for .slnx files in dotnet version detection
This commit is contained in:
parent
604f19a9ea
commit
edb377c176
1 changed files with 1 additions and 1 deletions
|
|
@ -2677,7 +2677,7 @@ _p9k_prompt_nodenv_init() {
|
|||
|
||||
prompt_dotnet_version() {
|
||||
if (( _POWERLEVEL9K_DOTNET_VERSION_PROJECT_ONLY )); then
|
||||
_p9k_upglob 'project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln' -. && return
|
||||
_p9k_upglob 'project.json|global.json|packet.dependencies|*.csproj|*.fsproj|*.xproj|*.sln|*.slnx' -. && return
|
||||
fi
|
||||
|
||||
local cfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue