|
I want to enable preview for VS Code Projects:
$ file MyProject.code-workspace
MyProject.code-workspace: JSON dataI tried different options: But it doesn't help. In preview I see the following: I read that
But I don't use a Could you please help me to configure syntax-highlight? |
Answered by
sbarex
Jun 21, 2023
Replies: 1 comment 2 replies
|
You cannot manual handle a custom file extension. Only file without an extension! |
2 replies
Answer selected by
maxx27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




You cannot manual handle a custom file extension. Only file without an extension!
I can add the
.code-workspaceextension support on the next release.