Skip to content

Software we use: VS Code

Michaela Iorga edited this page Feb 2, 2024 · 1 revision

VSCode

Editing XSLT Content

  1. Install the extension XSLT/XPath for Visual Studio Code

  2. In your VSCode settings (open the command palette and run Preferences: Open User Settings (JSON)) append the following:

      "files.associations": {
        "*.xsl": "xslt"
      }
    
Clone this wiki locally