General settings - 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

General settings affecting the features and functionality of the extension.

Note

Additional settings are described in the specific documentation sections of the features they affect.

  • Exclude Glob

    • Controls the discovery of Apax projects in the current workspace.
    • Default: **/{.apax,bin}/. This will exclude projects installed by dependencies (inside directory .apax) and the default project generation path for the unit test framework AxUnit-ST (inside directory bin).
  • Schema Version

    • Choose the apax.yml schema version to validate all apax.yml files against.
    • Options: 3.0.0, 3.0.0-strict, 3.2.0, 3.2.0-strict, 3.4.0, 3.4.0-strict
  • CLI Timeout

    • Set the timeout in milliseconds for CLI operations.
    • Default: 240000
  • Suppress Command Notifications Override

    • Selectable command categories, which should always show progress notifications. Other settings may suppress notifications or override them for specific command categories.
    • Available categories:
      • apax/clean – Clean Apax global cache
      • apax/create – Create new project in workspace
      • apax/yml/add – Add package(s) or catalog(s) to project
      • apax/yml/remove – Remove package(s) or catalog(s) from project
      • apax/yml/install – Install package(s) or catalog(s)
      • apax/yml/clean – Clean temporary files
      • apax/yml/update – Update package(s) or catalog(s)
      • apax/yml/run – Run script
      • apax/region/list – List available SIMATIC AX regions
      • apax/region/set – Set default SIMATIC AX region
      • apax/region/test – Test connectivity to SIMATIC AX regions