Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tutorials/editor/external_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Some example **Exec Flags** for various editors include:
+---------------------+-----------------------------------------------------+
| Sublime Text/Zed | ``{project} {file}:{line}:{col}`` |
+---------------------+-----------------------------------------------------+
| Visual Studio* | ``/edit "file"`` |
| Visual Studio* | ``/edit "{file}"`` |
+---------------------+-----------------------------------------------------+

\*: Arguments are not automatically detected, so you must fill them in manually.
Expand Down
Loading