odoo-ide / vscode-odoo

Visual Studio Code extension for Odoo
https://marketplace.visualstudio.com/items?itemName=trinhanhngoc.vscode-odoo
39 stars 2 forks source link

Is there a way to install the extension on an arm based system ? #80

Open PeteKraft opened 2 weeks ago

PeteKraft commented 2 weeks ago

When trying to install the extension in VSCode, I am receiving the following error:

The Odoo IDE extension doesn't support this environment (node-v121-linux-arm64). Please request support at [https://github.com/odoo-ide/vscode-odoo/issues](https://github.com/odoo-ide/vscode-odoo/issues).

Is there anything I can do to circumvent the error ?

trinhanhngoc commented 2 weeks ago

Hello @PeteKraft,

The extension depends on native node modules, so some node environments such as electron arm are not currently supported yet. As a workaround, you can setup a container and use the VS Code Remote Development feature to install the extension (node.js environments that VSCode uses for the remote develoment feature are supported).

PeteKraft commented 2 weeks ago

ooh... that's uncharted territory for me, I'll have to check it out. Thanks for the pointer.