| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Problem:
Root detection doesn't support the new solution file format which is
now the default in .NET 10.
Solution:
Add '*.slnx' to root_dir function.
|
| |
|
| |
This LS does have a default (dynamic) `cmd` set.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Problem:
The executable name may be in lowercase (e.g., when installed with
Mason on Linux) in which case it won't be found.
Solution:
Verify if the name is in PascalCase, and otherwise use lowercase.
|
| |
|
|
|
| |
- brief should live at the top of each file
- fix indentation for some docs
|
|
|
Co-authored-by: Rijul Kapoor <115141708+rijulkap@users.noreply.github.com>
|