From 24b9ae2eef191d06e998f8c37752db360e3f3657 Mon Sep 17 00:00:00 2001 From: Mohammad Rahhal Date: Sat, 8 Nov 2025 21:57:45 +0100 Subject: [PATCH 1/2] Update exec flag for Visual Studio --- tutorials/editor/external_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index be40e228a80..a320b8a687d 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. From 2fd34c01261fd818da908938d8ff15f7e430f748 Mon Sep 17 00:00:00 2001 From: Mohammad Rahhal Date: Sun, 9 Nov 2025 21:11:23 +0100 Subject: [PATCH 2/2] Update external_editor.rst --- tutorials/editor/external_editor.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor/external_editor.rst b/tutorials/editor/external_editor.rst index a320b8a687d..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.