Skip to content

Commit

Permalink
avoid search query
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 25, 2023
1 parent 7db5b7c commit 8efb2ba
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vscode/src/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -733,9 +733,7 @@ export class DeviceScriptExtensionState extends JDEventSource {
}

private async openExternalConnect() {
const darkMode = resolveDarkMode()
const connectUri = await resolveDevtoolsPath(`connect?${darkMode}=1`)
console.log({ connectUri })
const connectUri = await resolveDevtoolsPath(`connect`)
await vscode.env.openExternal(connectUri)
}

Expand Down

0 comments on commit 8efb2ba

Please sign in to comment.