Add custom file types in Visual Studio Code
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Building applications
If you have work with file types other than the default types provided, you can add additional file types to your instance and edit them in ServiceNow extension for Visual Studio Code.
Before you begin
Role required: admin
Procedure
Example
The following is an example for
app.config.json
- superCoverName is a name of the super parent directory (Should always pointtoMiscellaneous).
- coverName is a descriptive name of the table.
- sc_ic_aprvl_type_defn is a table identifier.
- tags represent the set of scriptable columns in the table
- approver_script is a name of the table column / xml tag
- js is an extension of the file (js | html | css | json)