mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +01:00
34 lines
409 B
Text
34 lines
409 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "../vscode"
|
|
},
|
|
{
|
|
"path": "../vscode-loc"
|
|
},
|
|
{
|
|
"path": "."
|
|
},
|
|
{
|
|
"path": "../monaco-css"
|
|
},
|
|
{
|
|
"path": "../monaco-html"
|
|
},
|
|
{
|
|
"path": "../monaco-json"
|
|
},
|
|
{
|
|
"path": "../monaco-languages"
|
|
},
|
|
{
|
|
"path": "../monaco-typescript"
|
|
},
|
|
{
|
|
"path": "../monaco-editor-webpack-plugin"
|
|
},
|
|
{
|
|
"path": "../monaco-editor-samples"
|
|
},
|
|
]
|
|
}
|