-
Notifications
You must be signed in to change notification settings - Fork 0
/
AccuTheme-Tw4.code-workspace
81 lines (81 loc) · 2.92 KB
/
AccuTheme-Tw4.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"folders": [
{
"name": "ABBV20xx-Tw4 (root, GitHub) on DSxxx",
"path": "."
},
{
"name": "> AccuTheme-Tw4 - Files",
"path": "dnn/Portals/_default/Skins/AccuTheme-Tw4"
},
{
"name": "> AccuTheme-Tw4 - Source",
"path": "src"
},
{
"name": "> 2sxc (root in /Portals/0)",
"path": "dnn/Portals/0/2sxc"
},
],
"settings": {
"files.associations": {
".eslintrc": "json",
".prettierrc": "json",
".stylelintrc": "json"
},
"html.format.enable": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"terminal.integrated.cwd": "${workspaceFolder}",
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"path": "pwsh.exe",
"args": [
"-noexit",
"-command",
"Write-Host '***';",
"Write-Host '*** TO DO LIST for next steps and thinkings is in /README---TODO.md' -ForegroundColor White;",
"Write-Host '***';",
"Write-Host '';",
"Write-Host 'ABBV20xx-Tw4 on DS20xx, [using custom|as-is] AccuTheme-Tw4 (Tailwind >= v4.0.0-alpha.25)' -ForegroundColor White;",
"Write-Host 'Reminder: see the .code-workspace file to update terminal startup commands' -ForegroundColor DarkCyan;",
"Write-Host '';",
"Write-Host 'Update your local DLLs folder at least once a month with \"> npm run updateDLLs\"' -ForegroundColor Magenta;",
"Write-Host '';",
"Write-Host 'REQUIRED: NodeJS v20.15.1 (20240804 JRF)' -ForegroundColor Yellow;",
"nvm list | % { if($_.Contains('*')) { 'NVM SAYS: NodeJS v' + $_.Trim(' *') } } ;",
"Write-Host 'Reminder: To switch Node Versions, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;",
"# ls ; # for subsequent commands"
]
}
},
"NOTE": "Using the primary color from branding is from Tailwind logo; rgb(56, 189, 248)",
"peacock.color": "#rgb(56, 189, 248)",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#69cdfa",
"activityBar.background": "#69cdfa",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#f708ad",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#69cdfa",
"statusBar.background": "#38bdf8",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#09acf4",
"statusBarItem.remoteBackground": "#38bdf8",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#38bdf8",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#38bdf899",
"titleBar.inactiveForeground": "#15202b99"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"*.code-workspace": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, *.config.ts",
"README.md": "READ*"
}
},
}