Dit geeft de verschillen weer tussen de geselecteerde revisie en de huidige revisie van de pagina.
| Beide kanten vorige revisie Vorige revisie Volgende revisie | Vorige revisie | ||
|
werkinstructies:vscodium_opencode [2026/03/25 15:38] abel [as a task in VSCodium] |
werkinstructies:vscodium_opencode [2026/03/31 11:00] (huidige) abel [start] |
||
|---|---|---|---|
| Regel 2: | Regel 2: | ||
| VSCodium is a community-driven, | VSCodium is a community-driven, | ||
| - | ===== Connect a TUI interface | + | ===== install opencode plugin |
| + | The most used opencode plugins for VSCode have issues when installed in VSCodium except // | ||
| - | ==== manual | + | in the left sidebar select **Extentions(Ctrl+Shift+X)** |
| - | Because we start opencode with a webinterface we need to attach a TUI interface using opencode. | + | in the search bar type //**OpenChamber**// |
| - | On the command line we could do:\\ | + | |
| - | '' | + | |
| - | ==== as a task in VSCodium | + | ===== set link to opencode instance ===== |
| - | but since we plan to use the TUI in VSCodium | + | Now that the plugin is installed |
| - | In VSCodium press '' | + | navigate to **File → Preferences → Settings** |
| - | < | + | |
| - | { | + | In the window that opens, in the left pane expand |
| - | " | + | |
| - | " | + | |
| - | { | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | " | + | |
| - | } | + | |
| - | ] | + | |
| - | } | + | |
| - | </ | + | |
| - | this can now be run with | + | in the field **Api Url** enter '' |
| + | |||
| + | Leave the **Opencode Binary** empty. | ||
| - | === automatic on VSCodium startup | + | ===== start ===== |
| - | there are two options to run this task at startup | + | Test by pressing the cube like icon in the top right of the VSCodium |
| - | * add the tasks.json file to every project | + | |
| - | * through | + | |
| - | + | ||
| - | for the first option needs you to add: | + | |
| - | < | + | |
| - | }, | + | |
| - | " | + | |
| - | " | + | |
| - | } | + | |
| - | </ | + | |
| - | + | ||
| - | it does cause too much pollution so we choose | + | |