I want to integrate Visual Studio Code with some of my other tools, and part of this can run Visual Studio Code, passing in the file name, line number, and column number to position the cursor at a specific location in the file.
Is there any way to do this?
With the new version 0.5.0, you can open one or more files in a row and column using the following syntax:
code -g file1:<line>:<column?> file2:<line>:<column?> file3:<line>:<column?>
Source: https://habr.com/ru/post/986973/More articles:Materialize CSS Framework throws error - javascriptLeak from parent `overflow: hidden` with rounded border in Chrome - htmlStrange animation behavior when using autorun in .xib - iosIs there a way for read-only version objects in Firebase? - androidFind the whole combination of substrings that make up the given string - javaDoes this algorithm produce uniformly random permutations? - mathMerging Swift Array with the same superclass - iosHow to override other dependencies in composer.json - phpThe functional way to write these methods in F # is idiomaticHow do I know if my phoneβs ringtone is turned off or on? Using the fast - iosAll Articles