forked from BearStudio/start-ui-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathneofelis.code-workspace
52 lines (52 loc) Β· 1006 Bytes
/
neofelis.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
42
43
44
45
46
47
48
49
50
51
52
{
"folders": [
{
"path": "."
},
{
"path": "..\\neofelis-backend"
},
{
"path": "../neofelis-containers"
}
],
"settings": {
"i18n-ally.keystyle": "nested",
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"sqltools.connections": [
{
"previewLimit": 50,
"server": "localhost",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "Neofelis",
"database": "neofelis",
"username": "master"
},
{
"previewLimit": 50,
"server": "sbrubbles-srv3",
"port": 5432,
"askForPassword": true,
"driver": "PostgreSQL",
"name": "sbrubbles-srv3",
"database": "postgres",
"username": "moclad"
}
],
"i18n-ally.extract.keyMaxLength": 40,
"i18n-ally.extract.keyPrefix": "{fileNameWithoutExt}",
"i18n-ally.localesPaths": [
"src/locales"
],
"cSpell.words": [
"Avvvatars",
"iban",
"Pantone",
"stringvalue",
"ZAMBRETTIS"
]
}
}