mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add workspace file
This commit is contained in:
parent
3f21d2b2de
commit
9ff1f28566
1 changed files with 31 additions and 0 deletions
31
monaco-editor.code-workspace
Normal file
31
monaco-editor.code-workspace
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
{
|
||||||
|
"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"
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue