Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Datata1 committed Jun 13, 2024
1 parent 8a0b126 commit ca4f30f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ export function activate(context: vscode.ExtensionContext) {
const remoteName = vscode.env.remoteName;
console.log('remote name ' + remoteName);

const appHost = vscode.env.appHost;
console.log('app host ' + appHost);

const activeSSH = vscode.env.sessionId;
console.log('active tunnel ' + activeSSH);

Expand Down

0 comments on commit ca4f30f

Please sign in to comment.