generated from Accuraty/AccuTheme-2021
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathABBV20xx.code-workspace
89 lines (89 loc) · 3.21 KB
/
ABBV20xx.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
82
83
84
85
86
87
88
89
{
"folders": [
{
"name": "ABBV20xx (root, GitHub) on DSxxx",
"path": "."
},
{
"name": "> AccuTheme - Files",
"path": "dnn/Portals/_default/Skins/AccuTheme"
},
{
"name": "> AccuTheme - 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 'ABBV20xx on DS20xx, [using custom|as-is] AccuTheme-Bs4 (Bootstrap v4.6.2)' -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.18.1 (20241231 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, #0968b1, alpha at 75% (C0) for the title bar, 50% activity, and 25% status",
"peacock.color": "#0968b1",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#0b85e2",
"activityBar.background": "#0b85e2",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#fba4d5",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#0b85e2",
"statusBar.background": "#0968b1",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#0b85e2",
"statusBarItem.remoteBackground": "#0968b1",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#0968b1",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#0968b199",
"titleBar.inactiveForeground": "#e7e7e799"
},
"explorer.fileNesting.enabled": true,
"explorer.fileNesting.patterns": {
"webpack.config.js": "webpack.*.js",
"*.code-workspace": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js",
"README.md": "READ*",
}
},
"extensions": {
"recommendations": [
"ms-dotnettools.csdevkit",
"natizyskunk.sftp",
"alefragnani.project-manager",
"ecmel.vscode-html-css",
"thekalinga.bootstrap4-vscode",
"gruntfuggly.todo-tree",
"aaron-bond.better-comments",
]
}
}