Editors are installed automatically by the Nexss Programmer.
You can add more by edit file in the Nexss Programmer sources: <Nexss Programmer Source>nexss-edit\editors.js
nexss file add my.rs --edit # it will create file from the selected template and open specified editor
nexss edit my.rs # will open editor for this file.
more here: https://github.com/nexssp/language_nodejs/blob/master/nodejs.win32.nexss.config.js
languageConfig.editors = {
vscode: {
extensions: ["ms-vscode.node-debug2"],
},
};