diff options
| author | Jay V <[email protected]> | 2025-09-22 16:08:43 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-09-23 17:34:52 -0400 |
| commit | 9d3fdda674cf52f5bf415dfe0d13d6ca9962aae2 (patch) | |
| tree | 8a50e49aaf1e10618f00bdfd13b7522249df50ed | |
| parent | 449994f1201effe454fc185cd06386aab2c182b0 (diff) | |
| download | opencode-9d3fdda674cf52f5bf415dfe0d13d6ca9962aae2.tar.gz opencode-9d3fdda674cf52f5bf415dfe0d13d6ca9962aae2.zip | |
docs: edit
| -rw-r--r-- | packages/web/src/content/docs/ide.mdx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/packages/web/src/content/docs/ide.mdx b/packages/web/src/content/docs/ide.mdx index 085f275bd..2d33aef8c 100644 --- a/packages/web/src/content/docs/ide.mdx +++ b/packages/web/src/content/docs/ide.mdx @@ -24,9 +24,7 @@ To install opencode on VS Code and popular forks like Cursor, Windsurf, VSCodium 2. Open the integrated terminal 3. Run `opencode` - the extension installs automatically -:::tip -Run Set `export EDITOR="code --wait"` in your terminal to enable `/export` and similar commands. For other editors, check [Editor Setup](https://opencode.ai/docs/tui/#editor-setup). -::: +If on the other hand you want to use your own IDE when you run `/editor` or `/export` from the TUI, you'll need to set `export EDITOR="code --wait"`. [Learn more](https://opencode.ai/docs/tui/#editor-setup). --- |
