Using commands in code - 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

Commands can be called with partial argument content. If any required properties are missing, the user will be queried. Extraneous properties will be ignored.

Example:

vscode.commands.executeCommand("apax-v3/apax/create", {
  directory: vscode.workspace.workspaceFolders?.[0].uri,
  project_name: "user-application"
});

In the above example, the template_name property is omitted, therefore the user will be prompted for the template name.

↪ Command arguments and responses