Skip to content

Commit 83dc343

Browse files
authored
Update exec flag for Visual Studio (#11455)
* Update exec flag for Visual Studio
1 parent 685d2ee commit 83dc343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/editor/external_editor.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Some example **Exec Flags** for various editors include:
5656
+---------------------+-----------------------------------------------------+
5757
| Sublime Text/Zed | ``{project} {file}:{line}:{col}`` |
5858
+---------------------+-----------------------------------------------------+
59-
| Visual Studio* | ``/edit "file"`` |
59+
| Visual Studio* | ``/edit "{file}"`` |
6060
+---------------------+-----------------------------------------------------+
6161

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

0 commit comments

Comments
 (0)