-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When using the .jsonc file extension for Dev Proxy Toolkit configuration files, code actions and code lens features do not display. This behavior differs from .json files, where these features work as expected.
Expected behavior
.jsonc files should behave the same as .json files. Code actions and code lens should be available when editing configuration files with a .jsonc extension.
To Reproduce
- Open a Dev Proxy Toolkit configuration file with a
.jsoncextension (e.g.,.devproxyrc.jsonc). - Observe that code actions and code lens features are not available.
- Rename the file to use a
.jsonextension (e.g.,.devproxyrc.json). - Observe that code actions and code lens features work as expected.
Additional context
- This is a bug in Dev Proxy Toolkit.
- The
.jsoncextension is useful for configuration files that contain comments and should be supported equivalently to.json. - Please investigate and resolve the discrepancy in behavior between
.jsoncand.jsonfiles.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
