You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However block comments can’t be used anymore, which would be fine for me but probably not for everyone.
I believe a large portion of users prefer using /**/, so there's no strong reason to change it.
Do you know if there is any option to enable both? Or as a workaround could it be possible to make this configurable on a user level in some way?
A Zed extension cannot provide language-specific settings to be used in config.toml—that’s only possible for LSP settings. The only way to achieve this currently is to fork or clone this extension repository, make the necessary modifications, and install it as a developer extension.
As from docs , zed doesn't allow to modify line_comments etc from user's configuration
Uh oh!
There was an error while loading. Please reload this page.
I was missing
//
line comments, messing with the filelanguages/scss/config.toml
did enable line comments:However block comments can’t be used anymore, which would be fine for me but probably not for everyone.
Do you know if there is any option to enable both? Or as a workaround could it be possible to make this configurable on a user level in some way?
Edit: Apprently it’s not possible to explicitly create a block comment: zed-industries/zed#4751
The text was updated successfully, but these errors were encountered: