NPM-compatible registries - Manual - Apax Extension - Apax Extension provides UI and commands to execute the Apax CLI for SIMATIC AX - Apax Extension,extension, apax

Apax Extension

Portfolio
SIMATIC AX
Product
Apax Extension
Software version
1.1.0
Edition
11/2025
Language
English (original)
Package Name
@ax-vscode/siemens.apax-v3

To add packages from any NPM-compatible registry, a custom registry must be added in the extension settings (Custom Registries).

NPM-compatible registries only support search results based on search terms.

The following example adds the public npmjs.org registry, with a pre-configured search query for packages containing @ax and simatic-1500:

{
    "siemens.apax-v3.registriesExplorer.customRegistries": [
        {
            "name": "npmjs.org",
            "url": "https://registry.npmjs.org/",
            "registry_type": "npm",
            "searches":[
                {
                    "search_terms": ["@ax", "simatic-1500"]
                }
            ]
        }
    ]
}