Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't support comments in json #16

Open
jasonbeach opened this issue Sep 15, 2022 · 0 comments
Open

Doesn't support comments in json #16

jasonbeach opened this issue Sep 15, 2022 · 0 comments

Comments

@jasonbeach
Copy link

I know json by definition doesn't support comments, however vscode allows them in its config files. Would be nice if those comments didn't break this extension but they appear to. When I add this:

	"extensions": {
	// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.
	// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp
	// List of extensions which should be recommended for users of this workspace.
	"recommendations": [
		"ms-python.python",
		"ms-vscode.cpptools",
		"llvm-vs-code-extensions.vscode-clangd",
		"twxs.cmake",
		"bbenoist.doxygen",
		"cschlosser.doxdocgen",
		"eamodio.gitlens",
		"mhutchie.git-graph",
		"ms-azuretools.vscode-docker"
	]

to a code-workspace file that otherwise works, I get the following error when trying to sort folders:

Expected end of input but "." found.
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

No branches or pull requests

1 participant