Closed sparrowsl closed 3 months ago
This is a Zed issue, vscode by default detects json files with comments as jsonc, zed does not. See https://zed.dev/docs/configuring-zed#file-types for configuration.
{
"file_types": {
"JSONC": ["tsconfig.json", "jsconfig.json", etc....],
}
}
I get the annoying squiggly line if I open json files that has comments (eg: tsconfig, jsconfig) but in VSCode there's no warning or any lines and biome just works.
In zed (image below)
in VSCode (image below)