astrochili / vscode-defold

A toolkit for Visual Studio Code to develop games with Defold
https://marketplace.visualstudio.com/items?itemName=astronachos.defold
MIT License
160 stars 10 forks source link

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

Closed redoak closed 2 months ago

redoak commented 3 months ago

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 commented 2 months ago

Looks good!