opencode
opencode copied to clipboard
csharp LSP - use glob to match a solution or project file
This fixes #1808
Searching for a .sln or .csproj file doesnt work, since its always prefixed with a name. For example: MySolution.sln
Added a globsUp function based on the globUp and up functions which were already present.