2018-04-24 11:36:06 +02:00
|
|
|
{
|
|
|
|
|
"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"
|
2018-04-25 12:59:43 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "nodefs-provider-sample"
|
2018-04-25 15:40:55 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "webview-sample"
|
2018-09-19 17:54:55 +02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "webpack-sample"
|
2018-04-24 11:36:06 +02:00
|
|
|
}
|
|
|
|
|
]
|
2018-09-19 17:54:55 +02:00
|
|
|
}
|