Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97313

Handle event click in vs code showInformationMessage

$
0
0

following line gives below error:

      vscode.window.showInformationMessage("test", value)
        .then(url => {
          console.log('click');
          vscode.commands.executeCommand("vscode.open", vscode.Uri.parse(url));
        });
      }

error:

Unable to open 'undefined' - File not found (/undefined)


Viewing all articles
Browse latest Browse all 97313

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>