瀏覽代碼

Update exec flag for Visual Studio (#11455)

* Update exec flag for Visual Studio
Mohammad Rahhal 1 月之前
父節點
當前提交
83dc343d88
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}``                   |
 +---------------------+-----------------------------------------------------+
-| Visual Studio*      | ``/edit "file"``                                    |
+| Visual Studio*      | ``/edit "{file}"``                                  |
 +---------------------+-----------------------------------------------------+
 
 \*: Arguments are not automatically detected, so you must fill them in manually.