summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRumia <rumia-san@outlook.com>2021-06-05 22:18:34 +0800
committerGitHub <noreply@github.com>2021-06-05 16:18:34 +0200
commit5edaa90d67f3da6f664c1d99d8dba778bdf3ddbe (patch)
treea404e6b56a4813d89a71e11ae05d676f21889ddb /docs
parent14a2ada1ee1db32d2334789587b57f18fe6913b4 (diff)
fix(dotnet): Don't treat folder with .sln file as a .NET project (#2785)
* Don't treat folder with .sln file as a .NET project * Update docs for .NET detect_extensions changes
Diffstat (limited to 'docs')
-rw-r--r--docs/config/README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/config/README.md b/docs/config/README.md
index 4330ba525..8832230c8 100644
--- a/docs/config/README.md
+++ b/docs/config/README.md
@@ -839,7 +839,6 @@ the following files are present in the current directory:
- `Directory.Build.props`
- `Directory.Build.targets`
- `Packages.props`
-- `*.sln`
- `*.csproj`
- `*.fsproj`
- `*.xproj`
@@ -863,7 +862,7 @@ when there is a csproj file in the current directory.
| `version_format` | `"v${raw}"` | The version format. Available vars are `raw`, `major`, `minor`, & `patch` |
| `symbol` | `".NET "` | The symbol used before displaying the version of dotnet. |
| `heuristic` | `true` | Use faster version detection to keep starship snappy. |
-| `detect_extensions` | `["sln", "csproj", "fsproj", "xproj"]` | Which extensions should trigger this module. |
+| `detect_extensions` | `["csproj", "fsproj", "xproj"]` | Which extensions should trigger this module. |
| `detect_files` | `["global.json", "project.json", "Directory.Build.props", "Directory.Build.targets", "Packages.props"]` | Which filenames should trigger this module. |
| `detect_folders` | `[]` | Which folders should trigger this modules. |
| `style` | `"bold blue"` | The style for the module. |