mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Implement export/import profiles
- Introduce workbench profile service - Implement settings, global state, extension profiles - Implement import/export profile actions
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
"filenamePatterns": [
|
||||
"**/User/snippets/*.json"
|
||||
]
|
||||
}, {
|
||||
"id": "json",
|
||||
"extensions": [
|
||||
".code-profile"
|
||||
]
|
||||
}
|
||||
],
|
||||
"jsonValidation": [
|
||||
|
||||
Reference in New Issue
Block a user