We have a custom language spec for files, but until the full extension is published, VS Code users have to manually configure file associations.
We should add a quick section in the main README or a new editors/vscode/README.md showing how to add this setting to :
"files.associations": {
"*.posecode": "markdown"
}
Tasks:
- Document file association settings for VS Code.
- Document how to configure Cursor/other editors if applicable.
- Submit a PR.
We have a custom language spec for files, but until the full extension is published, VS Code users have to manually configure file associations.
We should add a quick section in the main README or a new editors/vscode/README.md showing how to add this setting to :
Tasks: