Skip to content

Commit

Permalink
test extensionkind
Browse files Browse the repository at this point in the history
  • Loading branch information
Datata1 committed Jun 13, 2024
1 parent c854b29 commit 9b3602d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"command": "codesphere.backToMenu",
"title": "Back to menu"
}
]
],
"extensionKind": ["ui", "workspace"]
},
"extensionPack": [
"ms-vscode-remote.vscode-remote-extensionpack"
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export function activate(context: vscode.ExtensionContext) {

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

console.log('config ' + config);
console.log('config ' + JSON.stringify(config));

context.subscriptions.push(
vscode.window.registerWebviewViewProvider(
Expand Down

0 comments on commit 9b3602d

Please sign in to comment.