Explorar el Código

Merge pull request #2136 from Kronkleberry/patch-1

Added example flags for visual studio code
Rémi Verschelde hace 6 años
padre
commit
c6a568d9ed
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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}                |
++---------------------+-----------------------------------------------------+