- Notifications
You must be signed in to change notification settings - Fork928
feat: Update Terraform provider to support "dir" in "coder_agent"#1219
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedApr 29, 2022 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## main #1219 +/- ##==========================================+ Coverage 65.87% 65.90% +0.02%========================================== Files 272 272 Lines 17886 17917 +31 Branches 192 192 ==========================================+ Hits 11783 11808 +25- Misses 4877 4881 +4- Partials 1226 1228 +2
Continue to review full report at Codecov.
|
This allows users to specify a starting directory for shell sessions.
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.
✔️ FE is just generated types, LGTM!
code-asher left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
Do we need to addDirectory
toInsertWorkspaceAgentParams
? Or doesDirectory
get set on the row somewhere else?
Uh oh!
There was an error while loading.Please reload this page.
@code-asher good catch! |
@code-asher I'm going to add a test to ensure the directory gets set. |
@code-asher fixed! |
This allows users to specify a starting directory for shell sessions.