Skip to content

Commit

Permalink
Dtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Datata1 committed Jun 13, 2024
1 parent ca4f30f commit c854b29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ export function activate(context: vscode.ExtensionContext) {

const machineId = vscode.env.machineId;
console.log('machine id ' + machineId);

const config = vscode.workspace.getConfiguration('remote.tunnels');

console.log('config ' + config);

context.subscriptions.push(
vscode.window.registerWebviewViewProvider(
"codesphere-sidebar",
Expand Down

0 comments on commit c854b29

Please sign in to comment.