mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
prepare for publish
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
{
|
||||
"name": "vscode-memfs",
|
||||
"displayName": "MemFS - a file system provider sample",
|
||||
"description": "Showcase for the file system provider API",
|
||||
"description": "Showcase for the file system provider API, also useful for testing again document that are not on disk.",
|
||||
"version": "0.0.1",
|
||||
"publisher": "jrieken",
|
||||
"repository": {
|
||||
"url": "https://github.com/Microsoft/vscode-extension-samples.git",
|
||||
"type": "git"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.23.0"
|
||||
},
|
||||
@ -18,11 +22,13 @@
|
||||
"commands": [
|
||||
{
|
||||
"command": "memfs.init",
|
||||
"title": "Initialize MemFS"
|
||||
"title": "Create files",
|
||||
"category": "MemFS"
|
||||
},
|
||||
{
|
||||
"command": "memfs.reset",
|
||||
"title": "Reset MemFS"
|
||||
"title": "Delete all files",
|
||||
"category": "MemFS"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user