You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`home_enabled`|`boolean`|`false`| display the segment in the HOME folder or not |
31
-
|`fetch_version`|`boolean`|`true`| fetch the active version or not; useful if all you need is an icon indicating `dotnet`|
32
-
|`cache_duration`|`string`|`none`| the duration for which the version will be cached. The duration is a string in the format `1h2m3s` and is parsed using the [time.ParseDuration] function from the Go standard library. To disable the cache, use `none`|
33
-
|`missing_command_text`|`string`|| text to display when the command is missing |
34
-
|`display_mode`|`string`|`context`| <ul><li>`always`: the segment is always displayed</li><li>`files`: the segment is only displayed when file `extensions` listed are present</li><li>`context`: displays the segment when the environment or files is active</li></ul> |
35
-
|`version_url_template`|`string`|| a go [text/template][go-text-template][template][templates] that creates the URL of the version info / release notes |
36
-
|`extensions`|`[]string`|`*.cs, *.csx, *.vb, *.fs, *.fsx, *.sln, *.slnf, *.csproj, *.fsproj, *.vbproj, global.json`| allows to override the default list of file extensions to validate |
37
-
|`folders`|`[]string`|| allows to override the list of folder names to validate |
38
-
|`fetch_sdk_version`|`boolean`|`false`| fetch the SDK version in `global.json` when present |
|`home_enabled`|`boolean`|`false`| display the segment in the HOME folder or not |
31
+
|`fetch_version`|`boolean`|`true`| fetch the active version or not; useful if all you need is an icon indicating `dotnet`|
32
+
|`cache_duration`|`string`|`none`| the duration for which the version will be cached. The duration is a string in the format `1h2m3s` and is parsed using the [time.ParseDuration] function from the Go standard library. To disable the cache, use `none`|
33
+
|`missing_command_text`|`string`|| text to display when the command is missing |
34
+
|`display_mode`|`string`|`context`| <ul><li>`always`: the segment is always displayed</li><li>`files`: the segment is only displayed when file `extensions` listed are present</li><li>`context`: displays the segment when the environment or files is active</li></ul> |
35
+
|`version_url_template`|`string`|| a go [text/template][go-text-template][template][templates] that creates the URL of the version info / release notes |
36
+
|`extensions`|`[]string`|`*.cs, *.csx, *.vb, *.fs, *.fsx, *.sln, *.slnf, *.slnx, *.csproj, *.fsproj, *.vbproj, global.json`| allows to override the default list of file extensions to validate |
37
+
|`folders`|`[]string`|| allows to override the list of folder names to validate |
38
+
|`fetch_sdk_version`|`boolean`|`false`| fetch the SDK version in `global.json` when present |
0 commit comments