Share profiles (#166898)

* Share profiles #159891
- Share profile in GitHub
- Profile resource quick pick
- Import profile from vscode link

* remove duplicate code
This commit is contained in:
Sandeep Somavarapu
2022-11-21 21:03:02 +01:00
committed by GitHub
parent ebb77a7dfd
commit e43bf31ab1
19 changed files with 659 additions and 200 deletions

View File

@@ -13,7 +13,9 @@
"Other"
],
"activationEvents": [
"*"
"*",
"onProfile",
"onProfile:github"
],
"extensionDependencies": [
"vscode.git-base"
@@ -27,7 +29,8 @@
},
"enabledApiProposals": [
"contribShareMenu",
"contribEditSessions"
"contribEditSessions",
"profileContentHandlers"
],
"contributes": {
"commands": [