diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index be40e228a80..02ac3f146e6 100644 --- a/tutorials/editor/external_editor.rst +++ b/tutorials/editor/external_editor.rst @@ -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.