Akri Connectors Visual Studio Code ExtensionOverviewThe Akri Connectors Visual Studio Code Extension supplies tools streamlining development of Akri Connectors and associated metadata. Extension code is written in TypeScript, subsequently transpiled to JavaScript and packaged into a VSIX package. Development LifecycleThe extension provides a two-command workflow for managing the runtime environment: Start Development EnvironmentRun Akri Connectors: Start Development Environment from the Command Palette. This:
If the runtime is already running, you are prompted to restart. Debug (F5)Press F5 to start a debug session. The pre-launch task:
If the runtime is not running, the task fails with a message directing you to run the Start command first. After the debug session ends, the post-debug task cleans up connector-specific resources (debug/release containers, mounts, state) while leaving the runtime container running for the next session. Stop Development EnvironmentRun Akri Connectors: Stop Development Environment to perform a full teardown:
Commands
ResourcesCheck https://aka.ms/aio-vsx-connectors to learn more. Data/TelemetryThis project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don’t wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. Learn more in our FAQ. |