MCPcopy Index your code
hub / github.com/VSpaceCode/VSpaceCode / getRelativePathWithLine

Function getRelativePathWithLine

src/pathCommands.ts:43–46  ·  view source on GitHub ↗
(activeEditor: TextEditor)

Source from the content-addressed store, hash-verified

41}
42
43export function getRelativePathWithLine(activeEditor: TextEditor) {
44 const active = _getPath(activeEditor, true);
45 return `${active.fsPath}:${active.line}`;
46}
47
48export function getRelativePathWithLineColumn(activeEditor: TextEditor) {
49 const active = _getPath(activeEditor, true);

Callers

nothing calls this directly

Calls 1

_getPathFunction · 0.85

Tested by

no test coverage detected