-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Revise welcome page #54
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
packages/web/webpack.config.js
Outdated
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.
The alias will need to match the import, so in this case vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page
.
We should be careful about this. Wouldn't want to miss an update on their welcome page. Not sure if theres really a way around that.
Ahh, true, maybe we should patch it after all? I suggested the alias but the updates are definitely a good reason to go with patching.
Should we consider using the update modal that we currently have on our hosted version and stick to using that for all coder-related stuff?
Closing this one. Going to make a patch.
Add Coder specific links, remove non-working links.