mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +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
@@ -11,7 +11,12 @@
|
||||
"icon": "images/icon.png",
|
||||
"activationEvents": [
|
||||
"onLanguage:json",
|
||||
"onLanguage:jsonc"
|
||||
"onLanguage:jsonc",
|
||||
"onProfile",
|
||||
"onProfile:github"
|
||||
],
|
||||
"enabledApiProposals": [
|
||||
"profileContentHandlers"
|
||||
],
|
||||
"main": "./out/configurationEditingMain",
|
||||
"browser": "./dist/browser/configurationEditingMain",
|
||||
@@ -20,7 +25,9 @@
|
||||
"watch": "gulp watch-extension:configuration-editing"
|
||||
},
|
||||
"dependencies": {
|
||||
"jsonc-parser": "^2.2.1"
|
||||
"jsonc-parser": "^2.2.1",
|
||||
"@octokit/rest": "19.0.4",
|
||||
"tunnel": "^0.0.6"
|
||||
},
|
||||
"capabilities": {
|
||||
"virtualWorkspaces": true,
|
||||
|
||||
Reference in New Issue
Block a user