mirror of
https://github.com/odoo/odoo-zed.git
synced 2026-04-23 20:53:51 -06:00
No description
- Rust 100%
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| changelog.md | ||
| changelog_archive.md | ||
| COPYRIGHT | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
Odoo Zed Extension
Boost your Odoo code development
About
This extension integrates the Odoo Language Server, that will help you in the development of your Odoo projects.
This repository contains the code that build the Zed extension for OdooLS. OdooLs itself is available here
Settings
You can provide settings to the plugin:
"lsp": {
"odoo": {
"settings": {
"Odoo": {
"selectedProfile": "my_profile"
}
}
}
}
Limitations
Due to the lack of features of the Zed API, following options are not available on the Zed plugin:
-
Profile selector. You can learn about the "default" profile here
You can change the selected profile in your settings though
-
Configuration view and aggregator
-
Status widget
-
Crash report view