This repository has been archived by the owner on Feb 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ABBV20xx.code-workspace
84 lines (84 loc) · 2.81 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
{
"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 (or as-is) AccuTheme Bs4' -ForegroundColor Yellow;",
"Write-Host 'Reminder: see the .code-workspace file to update terminal startup commands' -ForegroundColor DarkCyan;",
"Write-Host '';",
"nvm list | % { if($_.Contains('*')) { 'NVM: NodeJS v' + $_.Trim(' *') } } ;",
"# 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.*.config.js",
"*.code-workspace": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js",
"README.md": "READ*",
}
},
"extensions": {
"recommendations": [
"ms-dotnettools.csdevkit",
"thekalinga.bootstrap4-vscode",
"aaron-bond.better-comments",
"alefragnani.project-manager",
"natizyskunk.sftp",
"gruntfuggly.todo-tree"
]
}
}