mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
74 lines
955 B
Plaintext
74 lines
955 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "fsprovider-sample"
|
|
},
|
|
{
|
|
"path": "lsp-sample"
|
|
},
|
|
{
|
|
"path": "multi-diagnostics-sample"
|
|
},
|
|
{
|
|
"path": "terminal-sample"
|
|
},
|
|
{
|
|
"path": "completions-sample"
|
|
},
|
|
{
|
|
"path": "configuration-sample"
|
|
},
|
|
{
|
|
"path": "decorator-sample"
|
|
},
|
|
{
|
|
"path": "i18n-sample"
|
|
},
|
|
{
|
|
"path": "lsp-multi-server-sample"
|
|
},
|
|
{
|
|
"path": "progress-sample"
|
|
},
|
|
{
|
|
"path": "tree-view-sample"
|
|
},
|
|
{
|
|
"path": "basic-multi-root-sample"
|
|
},
|
|
{
|
|
"path": "contentprovider-sample"
|
|
},
|
|
{
|
|
"path": "previewhtml-sample"
|
|
},
|
|
{
|
|
"path": "smart-template-strings-sample"
|
|
},
|
|
{
|
|
"path": "statusbar-sample"
|
|
},
|
|
{
|
|
"path": "task-provider-sample"
|
|
},
|
|
{
|
|
"path": "theme-sample"
|
|
},
|
|
{
|
|
"path": "vim-sample"
|
|
},
|
|
{
|
|
"path": "extension-deps-sample"
|
|
},
|
|
{
|
|
"path": "nodefs-provider-sample"
|
|
},
|
|
{
|
|
"path": "webview-sample"
|
|
},
|
|
{
|
|
"path": "webpack-sample"
|
|
}
|
|
]
|
|
}
|