Browse Source

Added example flags for visual studio code

Kronkleberry 6 years ago
parent
commit
0432592f63
1 changed files with 2 additions and 0 deletions
  1. 2 0
      getting_started/editor/external_editor.rst

+ 2 - 0
getting_started/editor/external_editor.rst

@@ -35,3 +35,5 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 | atom/sublime text   | {file}:{line}                                       |
 +---------------------+-----------------------------------------------------+
+| visual studio code  | {project} --goto {file}:{line}:{col}                |
++---------------------+-----------------------------------------------------+