You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ The extension will try to open the file in a clone named by the last segment of
11
11
12
12
- Set `vscode.open.uncPath` to true in your user settings to enable support for UNC (Universal Naming Convention) paths.
13
13
14
+
- Set `vscode.open.insidersMode` to true in your user settings to open files in VS Code Insiders instead of regular VS Code.
15
+
14
16
## Examples
15
17
16
18
### Mac
@@ -63,3 +65,10 @@ To open repository files in your Home directory:
63
65
"vscode.open.uncPath": true
64
66
}
65
67
```
68
+
69
+
## Development
70
+
71
+
1. Run `yarn && yarn run serve` and keep the Parcel bundler process running.
72
+
1.[Sideload the extension](https://docs.sourcegraph.com/extensions/authoring/local_development) (at the URL http://localhost:1234 by default) on your Sourcegraph instance or Sourcegraph.com.
73
+
74
+
When you edit a source file in your editor, Parcel will recompile the extension. Reload the Sourcegraph web page to use the updated extension.
`Setting \`vscode.open.basePath\` must be set in your [user settings](${newURL('/user/settings',sourcegraph.internal.sourcegraphURL.href).href}) to open files in VS Code.`
@@ -21,12 +22,12 @@ function getOpenUrl(textDocumentUri: URL): URL {
0 commit comments