-
Notifications
You must be signed in to change notification settings - Fork 31.1k
Fixed DevContainer base directory #16356
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: master
Are you sure you want to change the base?
Conversation
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.
cubic reviewed 1 file and found no issues. Review PR in cubic.dev.
Hey @developertom01, Thanks for the PR, We have created "GHC-2550" as the internal reference to get this reviewed. One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team. |
@@ -2,7 +2,7 @@ | |||
"name": "n8n", | |||
"dockerComposeFile": "docker-compose.yml", | |||
"service": "n8n", | |||
"workspaceFolder": "/workspaces", | |||
"workspaceFolder": "/workspaces/n8n", |
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.
Could you please add some description to convey how this change can fix the issue #16355 ?
It doesn't seem obvious.
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.
Hello @rineez
It is just a simple fix for devcontainer
that eliminates this
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.
corepack prepare --activate && pnpm install
is run in the postCreateCommand
, this requires the command to be written in a base directory where package.json
can be found.
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.
Thanks. I don't yet have privilege to approve PRs here, but I'll try to test this locally in my environment and confirm if it works.
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.
@rineez only n8n employees are able to approve PRs here.
…cture fix(editor): Add newline for better readability in Vite configuration
Summary
Related Linear tickets, Github issues, and Community forum posts
Fixes #16355
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)