We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f40b commit aa03ea3Copy full SHA for aa03ea3
packages/babel-plugin-open-source/script.js
@@ -5,6 +5,6 @@ if (typeof document !== 'undefined') {
5
6
event.preventDefault();
7
const { filename, start } = JSON.parse(event.target.dataset.source)
8
- window.open('vscode://file' + filename + ':' + start)
+ window.open('vscode://file/' + filename + ':' + start)
9
})
10
}
0 commit comments