-
I want to enable preview for VS Code Projects:
$ file MyProject.code-workspace
MyProject.code-workspace: JSON data I 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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You cannot manual handle a custom file extension. Only file without an extension! |
Beta Was this translation helpful? Give feedback.
You cannot manual handle a custom file extension. Only file without an extension!
I can add the
.code-workspace
extension support on the next release.