DocSpace-client/frontend.code-workspace

181 lines
5.5 KiB
Plaintext
Raw Normal View History

{
2022-08-11 14:51:45 +00:00
"folders": [
{
"name": "🌐 root",
"path": "."
},
2022-08-11 14:51:45 +00:00
{
"name": "🚀 @docspace/client",
2023-11-02 13:24:39 +00:00
"path": "packages/client"
2022-08-11 14:51:45 +00:00
},
{
"name": "🔑 @docspace/login",
2023-11-02 13:24:39 +00:00
"path": "packages/login"
2022-08-11 14:51:45 +00:00
},
{
"name": "📄 @docspace/editor",
2023-11-02 13:24:39 +00:00
"path": "packages/editor"
2022-08-11 14:51:45 +00:00
},
2023-06-15 13:24:37 +00:00
{
"name": "🗂 @docspace/management",
2023-11-09 14:19:26 +00:00
"path": "packages/management"
2023-06-15 13:24:37 +00:00
},
2022-08-11 14:51:45 +00:00
{
"name": "📦 @docspace/common",
2023-11-02 13:24:39 +00:00
"path": "packages/common"
2022-08-11 14:51:45 +00:00
},
{
"name": "📦 @docspace/components",
2023-11-02 13:24:39 +00:00
"path": "packages/components"
}
2022-08-11 14:51:45 +00:00
],
"settings": {
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"liveServer.settings.multiRootWorkspaceName": "✨ docspace",
"cSpell.words": ["docspace", "browserslist", "debuginfo", "doceditor"],
2022-12-30 13:29:19 +00:00
"jest.autoRun": {},
"jest.disabledWorkspaceFolders": [
"🌐 root",
"🔑 @docspace/login",
"🚀 @docspace/client",
"📄 @docspace/editor",
2023-11-09 14:19:26 +00:00
"📦 @docspace/common",
"🗂 @docspace/management"
2023-08-07 13:16:58 +00:00
],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"VsCodeTaskButtons.tasks": [
{
2023-11-07 11:07:51 +00:00
"label": "Server",
"tasks": [
{
"label": "Docker : Build-EE",
"task": "Backend | build EE",
"tooltip": "🛠️ Start the \"backend docker build EE\" task"
},
2023-11-10 09:55:26 +00:00
{
"label": "Docker : ReBuild-EE",
"task": "Backend | rebuild EE",
"tooltip": "🛠️ Start the \"backend docker rebuild EE\" task"
},
2023-11-07 11:07:51 +00:00
{
"label": "Docker : Build-CE",
"task": "Backend | build CE",
"tooltip": "🛠️ Start the \"backend docker build CE\" task"
},
{
2023-11-10 09:55:26 +00:00
"label": "Docker : Build-SAAS + dnsmasq",
"task": "Backend | build SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build SAAS + dnsmasq\" task"
},
2023-11-17 11:24:16 +00:00
{
"label": "Docker : ReBuild-SAAS + dnsmasq",
"task": "Backend | rebuild SAAS + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker rebuild SAAS + dnsmasq\" task"
},
2023-11-07 11:07:51 +00:00
{
2023-11-10 09:55:26 +00:00
"label": "Docker : Build-EE + dnsmasq",
"task": "Backend | build EE + dnsmasq",
"tooltip": "🛠️ Start the \"backend docker build EE + dnsmasq\" task"
2023-11-07 11:07:51 +00:00
},
{
"label": "Docker : Clear",
"task": "Backend | clear",
"tooltip": "🛠️ Start the \"backend docker clear\" task"
},
{
"label": "Docker : Stop",
"task": "Backend | stop",
"tooltip": "🛠️ Start the \"backend docker stop\" task"
},
{
"label": "Docker : Start",
"task": "Backend | start",
"tooltip": "🛠️ Start the \"backend docker start\" task"
},
{
"label": "Docker : Restart",
"task": "Backend | restart",
"tooltip": "🛠️ Start the \"backend docker restart\" task"
}
],
"tooltip": "🛠️ Server tasks"
},
{
2023-11-07 11:07:51 +00:00
"label": "Client",
"tasks": [
{
"label": "Install",
"task": "Frontend | install",
"tooltip": "🛠️ Start the \"frontend install packages\" task"
},
2023-11-21 11:49:56 +00:00
{
"label": "Update yarn.lock",
"task": "Frontend | update yarn.lock",
"tooltip": "🛠️ Start the \"frontend update yarn.lock\" task"
},
2023-11-07 11:07:51 +00:00
{
"label": "Build",
"task": "Frontend | build",
"tooltip": "🛠️ Start the \"frontend build\" task"
},
2023-11-21 11:49:56 +00:00
{
"label": "Build and start prod",
"task": "Frontend | build-and-start-prod",
"tooltip": "🛠️ Start the \"frontend build and start production\" task"
},
2023-11-07 11:07:51 +00:00
{
"label": "Start",
"task": "Frontend | start",
"tooltip": "🛠️ Start the \"frontend start\" task"
},
{
"label": "Start prod",
"task": "Frontend | start-prod",
"tooltip": "🛠️ Start the \"frontend start production\" task"
}
],
"tooltip": "🛠️ Client tasks"
2023-11-17 09:31:52 +00:00
},
{
"label": "Tests",
"tasks": [
{
"label": "translations",
"task": "Test | frontend-translations",
"tooltip": "🛠️ Start the \"frontend translation tests\" task"
},
{
"label": "spellcheck",
"task": "Test | frontend-translations-spellcheck",
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task"
},
{
"label": "spellcheck-force-save",
"task": "Test | frontend-translations-spellcheck-force-save",
"tooltip": "🛠️ Start the \"frontend translation spellcheck tests\" task"
}
],
"tooltip": "🛠️ Client tests tasks"
}
]
2022-08-11 14:51:45 +00:00
},
"extensions": {
"recommendations": [
"folke.vscode-monorepo-workspace",
"orta.vscode-jest",
"firsttris.vscode-jest-runner",
"spencerwmiles.vscode-task-buttons",
"esbenp.prettier-vscode",
"formulahendry.auto-close-tag",
"formulahendry.auto-complete-tag",
"formulahendry.auto-rename-tag",
"mrmlnc.vscode-duplicate",
"ms-python.python"
2022-08-11 14:51:45 +00:00
]
}
}