Skip to content

Commit de26746

Browse files
authored
ci: rename vsix displayName to "Terragrunt Language Server (Official)" (#121)
The v0.0.2 publish failed with "This extension display name is taken" because "Terragrunt Language Server" is already registered by another Marketplace publisher (BahramJoharshamshiri.hcl-lsp). Marketplace display names must be globally unique. Disambiguating with "(Official)" to make it clear this is the Gruntwork-published extension.
1 parent b17ff7a commit de26746

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "terragrunt-ls",
3-
"displayName": "Terragrunt Language Server",
3+
"displayName": "Terragrunt Language Server (Official)",
44
"description": "Official Terragrunt Language Server extension by Gruntwork",
55
"author": "Gruntwork",
66
"license": "MPL-2.0",

0 commit comments

Comments
 (0)