Browse Source

Update exec flag for Visual Studio (#11455)

* Update exec flag for Visual Studio
Mohammad Rahhal 1 month ago
parent
commit
83dc343d88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/editor/external_editor.rst

+ 1 - 1
tutorials/editor/external_editor.rst

@@ -56,7 +56,7 @@ Some example **Exec Flags** for various editors include:
 +---------------------+-----------------------------------------------------+
 +---------------------+-----------------------------------------------------+
 | Sublime Text/Zed    | ``{project} {file}:{line}:{col}``                   |
 | 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.
 \*: Arguments are not automatically detected, so you must fill them in manually.