-
Notifications
You must be signed in to change notification settings - Fork 905
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
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!
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 add Directory
to InsertWorkspaceAgentParams
? Or does Directory
get set on the row somewhere else?
@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.