The scripting editor dialog for the Python scripting nodes.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
npm installTo use local changes to the @knime/scripting-editor package it has to be linked with npm-link.
If linked with @knime/scripting-editor, automatically build changes in @knime/scripting-editor with
npm run build-watch # pwd: .../knime-core-ui/js-src/packages/scripting-editor/npm run dev:browserStart KNIME Analytics Platform with the arguments
-Dchromium.remote_debugging_port=8988
-Dorg.knime.ui.dev.node.dialog.url=http://localhost:5173/
Run the development server
npm run dev:knimenpm run buildRun Unit Tests with Vitest
npm run test:unitLint with ESLint
npm run lint