mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
31 lines
373 B
Text
31 lines
373 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "../vscode"
|
|
},
|
|
{
|
|
"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"
|
|
},
|
|
]
|
|
}
|