We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This is a brief guide on how to associate a file extension with a specific program
In your extension's package.json file, you need to add the following line:
"fileExtensions.register": "language/fileExtensions"
Where the value is the absolute path to the file containing your configuration. Example JSON configuration (example of the fileExtensions.json file):
{ "slimconfig": { "icon": "language/config-icon.svg", "name": "Slim Config File", "mode": "json" } }
Where:
icon
name
mode