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

Add yaml file associations for appmanifest, script_api and ext.manifest #40

Closed
redoak opened this issue Mar 9, 2024 · 1 comment
Closed

Comments

@redoak
Copy link

redoak commented Mar 9, 2024

These are not listed in src/data/settings.ts. I've added them locally in my project's settings.json with success.

Suggested addition:

'files.associations': {
	...
	'*.appmanifest': 'yaml',
	'*.script_api': 'yaml',
	'ext.manifest': 'yaml'
@astrochili
Copy link
Owner

Looks good!

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

2 participants