Skip to content

Commit 1cb16d4

Browse files
authored
fix: use correct vendor id (#55)
We need to use the correct vendor ID: https://plugins.jetbrains.com/vendor/coder
1 parent 57ad27a commit 1cb16d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ val extension = ExtensionJson(
7474
meta = ExtensionJsonMeta(
7575
name = "Coder",
7676
description = "Connects your JetBrains IDE to Coder workspaces",
77-
vendor = "Coder Technologies, Inc.",
77+
vendor = "coder",
7878
url = "https://github.com/coder/coder-jetbrains-toolbox",
7979
)
8080
)
@@ -269,4 +269,4 @@ fun generateExtensionJson(extensionJson: ExtensionJson, destinationFile: Path) {
269269
.writeValueAsString(descriptor)
270270
)
271271
}
272-
// endregion
272+
// endregion

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy