Commit 1c57eedb authored by Scott Hampton's avatar Scott Hampton

Merge branch '220957-fix-open-with-vs-code-does-not-open-vs-code' into 'master'

Fix 'Open in your IDE' buttons don’t open the IDE

See merge request gitlab-org/gitlab!54671
parents 3262be6b 98a1b3d9
......@@ -15,7 +15,6 @@ export default function initClonePanel() {
}
$('a', $cloneOptions).on('click', (e) => {
e.preventDefault();
const $this = $(e.currentTarget);
const url = $this.attr('href');
if (url && (url.startsWith('vscode://') || url.startsWith('xcode://'))) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment