mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
fix profile import/export in web (#171753)
- move it to configuration-editing extension
This commit is contained in:
committed by
GitHub
parent
df24bef783
commit
5b02e68e42
@@ -13,9 +13,7 @@
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"*",
|
||||
"onProfile",
|
||||
"onProfile:github"
|
||||
"*"
|
||||
],
|
||||
"extensionDependencies": [
|
||||
"vscode.git-base"
|
||||
@@ -29,8 +27,7 @@
|
||||
},
|
||||
"enabledApiProposals": [
|
||||
"contribShareMenu",
|
||||
"contribEditSessions",
|
||||
"profileContentHandlers"
|
||||
"contribEditSessions"
|
||||
],
|
||||
"contributes": {
|
||||
"commands": [
|
||||
|
||||
Reference in New Issue
Block a user