feat(golang): adding mod_version variable (#5177)

This commit is contained in:
marcybell
2023-06-01 22:18:38 +03:00
committed by GitHub
parent 2e8b51c5e8
commit 351bf9d0b3
4 changed files with 138 additions and 19 deletions
+5
View File
@@ -649,6 +649,7 @@
],
"disabled": false,
"format": "via [$symbol($version )]($style)",
"not_capable_style": "bold red",
"style": "bold cyan",
"symbol": "🐹 ",
"version_format": "v${raw}"
@@ -3372,6 +3373,10 @@
"default": false,
"type": "boolean"
},
"not_capable_style": {
"default": "bold red",
"type": "string"
},
"detect_extensions": {
"default": [
"go"