-
Notifications
You must be signed in to change notification settings - Fork 0
/
molitio-web-engine.code-workspace
executable file
·39 lines (39 loc) · 1.27 KB
/
molitio-web-engine.code-workspace
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
{
"folders": [
{
"path": "."
}
],
"settings": {
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.prettierPath": ".yarn/sdks/prettier/index.js",
"testing.alwaysRevealTestOnStateChange": true,
"testing.automaticallyOpenPeekViewDuringAutoRun": true,
"testing.openTesting": "neverOpen",
"testing.showAllMessages": true,
"editor.inlineSuggest.enabled": true,
"jest.runMode": "on-save",
"eslint.nodePath": ".yarn/sdks",
"typescript.tsdk": ".yarn/sdks/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"[dockerfile]": {
"editor.defaultFormatter": "ms-azuretools.vscode-docker"
},
"codeium.indexingRetentionPeriod": 360,
"codeium.enableSearch": true,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}
}