-
Notifications
You must be signed in to change notification settings - Fork 11
feat(fleet-ide): add Fleet IDE module for JetBrains integration #176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
required_providers { | ||
coder = { | ||
source = "coder/coder" | ||
version = ">= 2.5" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we are using the 2.5 version because of the group
property.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I based this off of the other modules that work the same way but yeah ultmately
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
Co-authored-by: Atif Ali <[email protected]>
…r Fleet and remove unecessary README explanations
Co-authored-by: Atif Ali <[email protected]>
…nd owner parameters in tests
url = join("", [ | ||
"fleet://fleet.ssh/", | ||
data.coder_workspace.me.access_url, | ||
"?", | ||
var.folder != "" ? join("", ["pwd=", var.folder, "&"]) : "", | ||
"forceNewHost=true" | ||
var.folder != "" ? join("", ["?pwd=", var.folder]) : "" | ||
]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tested if it works? It's missing the workspace name.
Description
Introduces module to launch workspace in fleet
Type of Change
Module Information
Path:
registry/coder/modules/fleet-ide
New version:
v1.0.0
Breaking change: [ ] Yes [X] No
Testing & Validation
bun test
)bun run fmt
)