Skip to content

Conversation

Prhmma
Copy link

@Prhmma Prhmma commented Oct 11, 2025

Add JSONC support for .vscode configuration files

Fixes #269824

  • Support settings.jsonc, tasks.jsonc, launch.jsonc, mcp.jsonc, and extensions.jsonc
  • Maintain backward compatibility with .json files, taking precedence
  • Update configuration loading to try .json first, then .jsonc as a fallback
  • Add comprehensive test coverage for JSONC file resolution
  • Update split settings editor to handle both .json and .jsonc patterns
  • Enhance workspace extension recommendations to support both formats

Manually tested with local instance, it works

@Prhmma Prhmma force-pushed the feature/jsonc-vscode-configs branch from cf8c868 to 1264824 Compare October 11, 2025 20:10
@Prhmma Prhmma changed the title Add JSONC support for .vscode configuration files WIP | Add JSONC support for .vscode configuration files Oct 11, 2025
@Prhmma Prhmma changed the title WIP | Add JSONC support for .vscode configuration files Add JSONC support for .vscode configuration files Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support naming settings.json as settings.jsonc (and others)

2 participants