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 quick guide on how to register a filename and assign unique properties to it
In your extension's package.json file, you need to add the following line:
"filenames.register": "language/filenames"
Where the value is the absolute path to the file containing your configuration. Example JSON configuration (example of the filenames.json file):
{ "slimconfig.json": { "icon": "language/config-icon.svg", "name": "Slim Config File", "mode": "json" }, "run-slim.js": { "icon": "language/run-slim.svg", "name": "Slim Run File", "mode": "js" } }
Where:
icon
name
mode