Latest version of Visual Studio Code (minimum supported: 1.61.0)
Node.js 20.x
Microsoft Visual C++ Redistributable 2015 or higher (only if using external data functionality; see Microsoft Docs)
Extension Settings
This extension contributes the following settings:
kinaxis.rapidResponse.embeddedAlgorithms.algorithmCodeSizeWarningThresholdMB: Size in megabytes of warning threshold for compiled code size.
kinaxis.rapidResponse.embeddedAlgorithms.debugging.requestWarnings.requestSizeWarningThresholdMB: set warning threshold in megabytes for size of algorithm request
kinaxis.rapidResponse.embeddedAlgorithms.debugging.requestWarnings.requestTableRecordCountWarningThreshold: set warning threshold for single table record count in algorithm request data
kinaxis.rapidResponse.embeddedAlgorithms.debugging.requestWarnings.requestTotalTablesRecordCountWarningThreshold: set warning threshold for total record count of all tables in algorithm request data
kinaxis.rapidResponse.embeddedAlgorithms.debugging.workerMemoryWarnings.workerMemoryUsageCheckIntervalMS: the interval in milliseconds to check development worker memory usage
kinaxis.rapidResponse.embeddedAlgorithms.debugging.workerMemoryWarnings.workerMemoryWarningThresholdMB: the warning threshold in megabytes for memory usage of development worker
kinaxis.rapidResponse.embeddedAlgorithms.debugging.workerWebsocketBufferSizeMB: the size of the debug WebSocket buffer in megabytes.
kinaxis.rapidResponse.embeddedAlgorithms.externalDataLocation: set root directory for external table data
kinaxis.rapidResponse.embeddedAlgorithms.features: set features used by the current project
kinaxis.rapidResponse.embeddedAlgorithms.serverConnection.debug: enable/disable logging Data Server connection details
kinaxis.rapidResponse.embeddedAlgorithms.serverConnection.port: the port used to connect to the Data Server
kinaxis.rapidResponse.embeddedAlgorithms.serverConnection.secure: enable/disable Data Server TLS connection
You can find the "Embedded Algorithms Developer Tools" license as well as third party notices under the extension installation folder, located at %USERPROFILE%\.vscode\extensions\kinaxis.rapidresponse-analytics-dev-tools-vscode-<VERSION_NUMBER>.