mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
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:
committed by
GitHub
parent
ebb77a7dfd
commit
e43bf31ab1
@@ -13,7 +13,9 @@
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"*"
|
||||
"*",
|
||||
"onProfile",
|
||||
"onProfile:github"
|
||||
],
|
||||
"extensionDependencies": [
|
||||
"vscode.git-base"
|
||||
@@ -27,7 +29,8 @@
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"contribShareMenu",
|
||||
"contribEditSessions"
|
||||
"contribEditSessions",
|
||||
"profileContentHandlers"
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user