-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.code-workspace
41 lines (41 loc) · 1016 Bytes
/
project.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
40
41
{
"folders": [
{
"path": "."
}
],
"settings": {
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"cSpell.words": [
"bootswatch",
"cloudfour",
"concepts",
"dbmate",
"healthcheck",
"Insertable",
"linkify",
"localstorage",
"storeon",
"Typeahead",
"unfetch",
"zapatos"
],
"javascript.format.insertSpaceAfterConstructor": true,
"files.insertFinalNewline": true,
"typescript.preferences.quoteStyle": "single",
"typescript.tsdk": "web/node_modules/typescript/lib",
"eslint.workingDirectories": ["./web"],
"cSpell.ignorePaths": [
"**/package-lock.json",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode"
],
"cSpell.customFolderDictionaries": [".vscode/cspell.json"],
"files.associations": {
"**/web/src/db/zapatos/schema.ts": "plaintext"
},
"typescript.reportStyleChecksAsWarnings": false
}
}