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

+2-2
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)