Skip to content

Commit

Permalink
test vscode env
Browse files Browse the repository at this point in the history
  • Loading branch information
Datata1 committed Jun 13, 2024
1 parent eaf04d7 commit 8a0b126
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 @@ -24,6 +24,9 @@ export function activate(context: vscode.ExtensionContext) {
const fileTreeProvider = new FileTreeProvider(rootPath);
console.log('roothPath is: ', rootPath);

const remoteName = vscode.env.remoteName;
console.log('remote name ' + remoteName);

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

Expand Down

0 comments on commit 8a0b126

Please sign in to comment.