Add support for .code-workspace
files
#32850
Closed
IronicUsername
started this conversation in
Ideas From VSCode
Replies: 1 comment
-
Its tracked here #9459 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Goal
Have native Zed support for VSCode
.code-workspace
filesContext
In VSCode they have this concept of "Workspaces" which basically is the idea to have multiple project open in 1 big window [sauce].
The "default" `.code-workspace` file roughly looks like this (click to open):
Basically its a vscode-settings.json on steroids. A single file to configure parts of vscode for a given project.
It now would be very neat if Zed could understand these settings and can apply them itself.
Additionally it would also be very cool to have a own Zed-version of this
.code-workspace
file since it makes working in teams easier.Imo Projects should have only the necessary files in them + as little as possible.
Committing an entire
.zed
/.vscode
folder that consist only out of opinionated editor settings as json files is ugly, annoying and simply not right because it is not crucial to the application's existence.Heck, one could even Notepad++ that shit..
In Vscode it is entirely on you if you want to use the
.code-workspace
file or your "own settings"If altho i would commit the
.vscode
folder , the user opening vscode will always be forced to use the settings set in the project which is wrong behavior.Beta Was this translation helpful? Give feedback.
All reactions