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.
openInEditor
1 parent e10b952 commit 3da9850Copy full SHA for 3da9850
packages/client/src/composables/open-in-editor.ts
@@ -1,8 +1,7 @@
1
import { useDevToolsBridgeRpc } from '@vue/devtools-core'
2
3
-const bridgeRpc = useDevToolsBridgeRpc()
4
-
5
export function openInEditor(file: string) {
+ const bridgeRpc = useDevToolsBridgeRpc()
6
return bridgeRpc.openInEditor({
7
file,
8
})
0 commit comments