Skip to content

Commit

Permalink
in a merge request : click the 3 vertical dots, right click view file…
Browse files Browse the repository at this point in the history
… and open in vscode
  • Loading branch information
salfab committed Aug 28, 2024
1 parent d5cd214 commit 0887b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contextmenu.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const PULL_REQUEST_PATH_REGEXP = /.+\/([^/]+)\/(pull)\/[^/]+\/(.*)/;
const PULL_REQUEST_PATH_REGEXP = /.+\/([^\/-][^\/]*)\/(?:-\/)?(pull|merge_requests)\/[^\/]+\/(.*)/;

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (10.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (12.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (12.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (12.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (14.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (14.x)

Unnecessary escape character: \/

Check failure on line 1 in src/contextmenu.js

View workflow job for this annotation

GitHub Actions / build (14.x)

Unnecessary escape character: \/

class OptionValidationError extends Error {
constructor(message) {
Expand Down

0 comments on commit 0887b55

Please sign in to comment.