forked from ONLYOFFICE/DocSpace
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrontend.macos.code-workspace
More file actions
50 lines (50 loc) Β· 1.13 KB
/
frontend.macos.code-workspace
File metadata and controls
50 lines (50 loc) Β· 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"folders": [
{
"name": "π root",
"path": "."
},
{
"name": "π @docspace/client",
"path": "packages/client"
},
{
"name": "π @docspace/login",
"path": "packages/login"
},
{
"name": "π @docspace/editor",
"path": "packages/editor"
},
{
"name": "π¦ @docspace/common",
"path": "packages/common"
},
{
"name": "π¦ @docspace/components",
"path": "packages/components"
}
],
"settings": {
"window.zoomLevel": 0,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"liveServer.settings.multiRootWorkspaceName": "β¨ docspace",
"cSpell.words": ["docspace", "browserslist", "debuginfo", "doceditor"],
"jest.autoRun": {},
"jest.disabledWorkspaceFolders": [
"π root",
"π @docspace/login",
"π @docspace/client",
"π @docspace/editor",
"π¦ @docspace/common"
]
},
"extensions": {
"recommendations": [
"folke.vscode-monorepo-workspace",
"orta.vscode-jest",
"firsttris.vscode-jest-runner"
]
}
}