Skip to content

Commit

Permalink
added uri in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Joshi committed Feb 1, 2024
1 parent 978ef10 commit 870698a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export async function activate(

vscode.window.registerUriHandler({
handleUri(uri:vscode.Uri) {
const params = uri.query.split('&');
const params = uri.query.split('&'); //'vscode://microsoft-IsvExpTools.powerplatform-vscode?org&siteid'
let org = '';
let siteid = '';
params.forEach(param => {
Expand Down

0 comments on commit 870698a

Please sign in to comment.