-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Remove default home #2800
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
Remove default home #2800
Conversation
This is preventing my ripgrep from searching vscode.
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.
These are my favorite kind of PRs: short and sweet
- tested by setting
home
in config. still works! - tested if home icon is removed when
home
isn't set
reggiezhang
commented
Mar 27, 2021
"--home" no longer works on v3.9.2
@reggiezhang apologies! (削除) That should have been mentioned in the release notes (updating now) (削除ここまで) Added to release notes for 3.9.2.
VS Code removed that option so we had to remove it from code-server here: #2862
No description provided.