Both sides previous revisionPrevious revisionNext revision | Previous revision |
visual_studio_code [2022/09/01 22:37] – stephen | visual_studio_code [2023/11/03 05:47] (current) – external edit 127.0.0.1 |
---|
"diffEditor.renderSideBySide": true, | "diffEditor.renderSideBySide": true, |
"diffEditor.ignoreTrimWhitespace": false, | "diffEditor.ignoreTrimWhitespace": false, |
"editor.fontFamily": "'FuraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace", | "editor.fontFamily": "'FiraCode Nerd Font', 'Fira Code', Consolas, 'Courier New', monospace", |
"editor.fontLigatures": true, | "editor.fontLigatures": true, |
"editor.fontSize": 12, | "editor.fontSize": 12, |
"editor.showFoldingControls": "always", | "editor.showFoldingControls": "always", |
"editor.bracketPairColorization.enabled": true, | "editor.bracketPairColorization.enabled": true, |
"editor.stickyScroll.enabled": true, | |
"emmet.includeLanguages": { | "emmet.includeLanguages": { |
"razor": "html", | "razor": "html", |
"aspnetcorerazor": "html" | "aspnetcorerazor": "html" |
}, | }, |
| "powershell.promptToUpdatePowerShell": false, |
| "security.workspace.trust.untrustedFiles": "open", |
| "terminal.integrated.profiles.windows": { |
| "PowerShell 7": { |
| "path": "pwsh.exe" |
| } |
| }, |
| "terminal.integrated.defaultProfile.windows": "PowerShell 7", |
| "terminal.integrated.fontSize": 12, |
| "workbench.editor.pinnedTabSizing": "shrink", |
| "workbench.editor.pinnedTabsOnSeparateRow": true, |
"workbench.tree.indent": 14, | "workbench.tree.indent": 14, |
"files.associations": { | "files.associations": { |
}, | }, |
"workbench.colorCustomizations": { | "workbench.colorCustomizations": { |
| "tab.lastPinnedBorder": "#ffffff88", |
"tab.activeBorderTop": "#ff0000" | "tab.activeBorderTop": "#ff0000" |
}, | }, |
"workbench.editor.pinnedTabSizing": "shrink", | |
"security.workspace.trust.untrustedFiles": "open", | |
| |
// Custom settings: => | // Custom settings: => |
} | } |
</code> | </code> |
| |
==== Project Settings ==== | ==== Project Settings ==== |
| |
<code javascript> | <code javascript> |
{ | { |
"workbench.colorCustomizations": { | "workbench.colorCustomizations": { |
//"statusBar.background": "#00aa00" // Octopus Deploy | "statusBar.background": "#00aaaa" // Stuff |
//"statusBar.background": "#aa0000" // (Spare) | //"statusBar.background": "#0000aa" // Dev |
//"statusBar.background": "#0000aa" // (Spare) | //"statusBar.background": "#aa0000" // (Spare) |
//"statusBar.background": "#00aaaa" // (Spare) | //"statusBar.background": "#aa00aa" // (Spare) |
//"statusBar.background": "#aa00aa" // Buckets of funds | //"statusBar.background": "#aaaa00" // (Spare) |
//"statusBar.background": "#aaaa00" // (Spare) | //"statusBar.background": "#00aa00" // (Spare) |
} | } |
} | } |
</code> | </code> |