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
{{ message }}
This repository was archived by the owner on Nov 14, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,15 +30,15 @@ The plugin works with all JetBrains IDEs including:
30
30
31
31
## Configuring for use with a private Sourcegraph instance
32
32
33
-
The plugin is configurable _globally_ by creating a `.sourcegraph-jetbrains.properties` in your home directory. For example, modify the following URL to match your on-premises Sourcegraph instance URL:
33
+
The plugin is configurable _globally_ by creating a `.sourcegraph-jetbrains.properties`(or `sourcegraph-jetbrains.properties` pre-v1.2.2) in your home directory. For example, modify the following URL to match your on-premises Sourcegraph instance URL:
You may also choose to configure it _per repository_ using a `.idea/sourcegraph.xml` file in your repository like so:
41
+
You may also choose to configure it _per repository_ using a `.idea/sourcegraph.xml`(or `idea/sourcegraph.xml` pre-v1.2.2) file in your repository like so:
42
42
43
43
```xml
44
44
<?xml version="1.0" encoding="UTF-8"?>
@@ -80,7 +80,14 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issue
80
80
81
81
## Version History
82
82
83
+
#### v1.2.2
84
+
85
+
- It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details.
86
+
- Special thanks: @oliviernotteghem for contributing the new features in this release!
87
+
- Fixed bugs where Open in Sourcegraph from the git menu does not work for repos with ssh url as their remote url
88
+
83
89
#### v1.2.1
90
+
84
91
- Added `Open In Sourcegraph` action to VCS History and Git Log to open a revision in the Sourcegraph diff view.
85
92
- Added `defaultBranch` configuration option that allows opening files in a specific branch on Sourcegraph.
86
93
- Added `remoteUrlReplacements` configuration option that allow users to replace specified values in the remote url with new strings.
@@ -92,8 +99,6 @@ Please file an issue: https://github.com/sourcegraph/sourcegraph-jetbrains/issue
92
99
- Menu entries (Open file, etc.) are now under a Sourcegraph sub-menu.
93
100
- Added a "Copy link to file" action (alt+c / opt+c).
94
101
- Added a "Search in repository" action (alt+r / opt+r).
95
-
- It is now possible to configure the plugin per-repository using a `.idea/sourcegraph.xml` file. See the README for details.
96
-
- Special thanks: @oliviernotteghem for contributing the new features in this release!
0 commit comments