Files
notesnook/notesnook.code-workspace

44 lines
846 B
Plaintext
Raw Permalink Normal View History

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