|
|
@@ -290,12 +290,12 @@ How is auth handled in @packages/functions/src/api/index.ts?
|
|
|
<Tabs>
|
|
|
<TabItem label="Linux/macOS">
|
|
|
```bash
|
|
|
- # Example for nano or vim
|
|
|
+ # مثال لـ nano أو vim
|
|
|
export EDITOR=nano
|
|
|
export EDITOR=vim
|
|
|
|
|
|
- # For GUI editors, VS Code, Cursor, VSCodium, Windsurf, Zed, etc.
|
|
|
- # include --wait
|
|
|
+ # للمحررات الرسومية، VS Code، Cursor، VSCodium، Windsurf، Zed، إلخ.
|
|
|
+ # قم بتضمين --wait
|
|
|
export EDITOR="code --wait"
|
|
|
```
|
|
|
|
|
|
@@ -308,8 +308,8 @@ How is auth handled in @packages/functions/src/api/index.ts?
|
|
|
```bash
|
|
|
set EDITOR=notepad
|
|
|
|
|
|
- # For GUI editors, VS Code, Cursor, VSCodium, Windsurf, Zed, etc.
|
|
|
- # include --wait
|
|
|
+ # للمحررات الرسومية، VS Code، Cursor، VSCodium، Windsurf، Zed، إلخ.
|
|
|
+ # قم بتضمين --wait
|
|
|
set EDITOR=code --wait
|
|
|
```
|
|
|
|
|
|
@@ -321,8 +321,8 @@ How is auth handled in @packages/functions/src/api/index.ts?
|
|
|
```powershell
|
|
|
$env:EDITOR = "notepad"
|
|
|
|
|
|
- # For GUI editors, VS Code, Cursor, VSCodium, Windsurf, Zed, etc.
|
|
|
- # include --wait
|
|
|
+ # للمحررات الرسومية، VS Code، Cursor، VSCodium، Windsurf، Zed، إلخ.
|
|
|
+ # قم بتضمين --wait
|
|
|
$env:EDITOR = "code --wait"
|
|
|
```
|
|
|
|