Skip to content

nihaals/sourcegraph-open-in-editor-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

How to use

"openInEditor": {
  "projectPaths.default": "/",
  "editorIds": ["custom"],
  "custom.urlPattern": "https://example.com/#%file:%line:%col",
  "replacements": {
    "^https:\\/\\/example\\.com\\/#\\/.+?\\/": "https://example.com/#"
  }
}