Skip to content

[json] GeoJSON should be syntax highlighted as JSON instead of plain text out of the box without manual configuration #129329

@matkoniecz

Description

@matkoniecz

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.58.2
  • OS Version: Lubuntu 20.04

Steps to Reproduce:

  1. Create example.geojson with following contents:
{
  "type": "FeatureCollection",
  "features": []
}
  1. Open it
  2. Note lack of highlighting

Not a duplicate of #89734 #82749 as it was about ability to config it (what is nice that it exists!). And the whole point of VS Code (at least to me) is that it works well out of the box, if I wanted configuring I would use Emacs/Vim

For workaround: File | Preferences | Setting. Search for "file.association"

Metadata

Metadata

Assignees

Labels

feature-requestRequest for new features or functionalityinsiders-releasedPatch has been released in VS Code InsidersjsonJSON support issuesverification-neededVerification of issue is requestedverifiedVerification succeeded

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions