Files
notesnook/notesnook.code-workspace
2021-12-18 11:07:37 +05:00

28 lines
436 B
Plaintext

{
"folders": [
{
"name": "✨ notesnook",
"path": "."
},
{
"name": "🚀 @notesnook/importer-web",
"path": "apps/importer"
},
{
"name": "📦 @notesnook/enex",
"path": "packages/enex"
},
{
"name": "📦 @notesnook/importer",
"path": "packages/importer"
},
{
"name": "📦 @streetwritersco/tinymce-plugins",
"path": "packages/tinymce-plugins"
}
],
"settings": {
"git.ignoreLimitWarning": true
}
}