docs: Document exec flags for GDScript (#20688)
While looking up the GDScript extension docs, I noticed that the original extension repo mentions of `{line}:{col}` placeholders too in addition to `{project} {file}` that the Zed docs suggest adding. This PR Improves the docs to add those missing options to the suggested flags.
This commit is contained in:
parent
7f52071513
commit
189a034e71
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Report issues to: [https://github.com/grndctrl/zed-gdscript/issues](https://gith
|
|||
4. In Godot, Editor Menu -> Editor Settings; scroll down the left sidebar to `Text Editor -> External`
|
||||
1. Use External Editor: "✅ On"
|
||||
2. Exec path: `/Applications/Zed.app/Contents/MacOS/zed`
|
||||
3. Exec flags: `{project} {file}`
|
||||
3. Exec flags: `{project} {file}:{line}:{col}`
|
||||
4. Close settings to save.
|
||||
5. In Godot double click on a \*.gd script and Zed will launch
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue