Created
March 5, 2019 15:27
-
-
Save tomesparon/22ea83805c53ae61ea2b6917255db0f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// In a terminal: | |
code --install-extension aaron-bond.better-comments | |
code --install-extension abhinavk99.codewall | |
code --install-extension AdamCaviness.theme-monokai-dark-soda | |
code --install-extension alefragnani.Bookmarks | |
code --install-extension alexkrechik.cucumberautocomplete | |
code --install-extension axiomaticstudios.one-monokai-80s | |
code --install-extension azemoh.one-monokai | |
code --install-extension be5invis.vscode-custom-css | |
code --install-extension bierner.markdown-mermaid | |
code --install-extension bitlang.cobol | |
code --install-extension bitlang.cobol-plus-pack | |
code --install-extension bogdan-sinitsa.theme-dark-monokai | |
code --install-extension BriteSnow.vscode-toggle-quotes | |
code --install-extension cg-cnu.vscode-remind-me | |
code --install-extension chrisvltn.log-wrapper-for-vscode | |
code --install-extension cmckni3.dark-plus-mono | |
code --install-extension CoenraadS.bracket-pair-colorizer | |
code --install-extension DavidAnson.vscode-markdownlint | |
code --install-extension donjayamanne.githistory | |
code --install-extension eamodio.gitlens | |
code --install-extension Equinusocio.vsc-material-theme | |
code --install-extension esamatti.unsaved | |
code --install-extension espresso3389.unixtime-converter | |
code --install-extension expixel.code-marks | |
code --install-extension fab1o.dark-plus-with-italics | |
code --install-extension fabiospampinato.vscode-diff | |
code --install-extension garaemon.vscode-emacs-tab | |
code --install-extension generalov.open-in-editor-vscode | |
code --install-extension gerane.Theme-FlatlandMonokai | |
code --install-extension gerane.Theme-Monokai-Soft-MD | |
code --install-extension GrapeCity.gc-excelviewer | |
code --install-extension Gruntfuggly.todo-tree | |
code --install-extension hangxingliu.vscode-coding-tracker | |
code --install-extension helixquar.asciidecorator | |
code --install-extension hoovercj.vscode-settings-cycler | |
code --install-extension iamkd.one-monokai-italics | |
code --install-extension idbartosz.darkpp-italic | |
code --install-extension jsjlewis96.one-dark-pro-italic-vivid | |
code --install-extension Kelvin.vscode-sshfs | |
code --install-extension legfrey.cupcake-ui | |
code --install-extension lunarlimbo.banner-comments-plus | |
code --install-extension markskelton.one-dark-pro-italic | |
code --install-extension mblode.one-dark-italic | |
code --install-extension micnil.vscode-checkpoints | |
code --install-extension monokai.theme-monokai-pro-vscode | |
code --install-extension ms-python.python | |
code --install-extension ms-vscode.csharp | |
code --install-extension ms-vscode.Go | |
code --install-extension ms-vsts.team | |
code --install-extension Oussma-Hamdaoui.simple-ftp | |
code --install-extension Perkovec.emoji | |
code --install-extension PKief.material-icon-theme | |
code --install-extension pnp.polacode | |
code --install-extension rechinformatica.rech-editor-cobol | |
code --install-extension robertohuertasm.vscode-icons | |
code --install-extension ryu1kn.partial-diff | |
code --install-extension ryu1kn.text-marker | |
code --install-extension seanmcbreen.MDTools | |
code --install-extension Shan.code-settings-sync | |
code --install-extension shidhincr.theme-dracula-italics | |
code --install-extension SintrumIT.theme-oceanic-next-italic | |
code --install-extension sldobri.daily | |
code --install-extension stfcv.cobolstf | |
code --install-extension tobiasalthoff.atom-material-theme | |
code --install-extension tomesparon.openvms-syntax | |
code --install-extension tomzx.emoji | |
code --install-extension vorfol.vms | |
code --install-extension wayou.vscode-todo-highlight | |
code --install-extension wuwei.upload | |
code --install-extension wwm.better-align | |
code --install-extension yatki.vscode-surround | |
code --install-extension yuhuagou.Revisionmarks | |
code --install-extension zhuangtongfa.Material-theme | |
//Paste to the settings Json | |
{ | |
"workbench.iconTheme": "Monokai Pro Icons", | |
"vsicons.dontShowNewVersionMessage": true, | |
"window.zoomLevel": 0, | |
"coboleditor.margin": true, | |
"editor.fontLigatures": true, | |
"terminal.integrated.fontSize": 13, // THIS IS THE TERMINAL FONT SIZE | |
"editor.fontSize": 15, //Editor size for below font | |
"editor.fontFamily": "Operator Mono Lig Light, Fira Code iScript", | |
"[COBOL]": { | |
"files.autoGuessEncoding": false, | |
"files.encoding": "windows1252", | |
"editor.formatOnType": true, | |
"editor.rulers": [ | |
7,72 | |
], | |
"editor.detectIndentation": true, | |
"editor.tabSize": 4, | |
"editor.wordSeparators": "`~!@#$%^&*()=+[{]}\\|;:'\",.<>/?", | |
"editor.trimAutoWhitespace": true, | |
"editor.useTabStops": false, | |
"editor.renderIndentGuides": false | |
}, | |
"alt-editor.binary": "uedit32", | |
"alt-editor.args": "{filename}/{line}/{column}", | |
"files.autoSave": "off", | |
"workbench.colorCustomizations": { | |
"statusBar.background": "#5c01d3", | |
"statusBar.noFolderBackground": "#5c01d3", | |
"statusBar.debuggingBackground": "#5c01d3", | |
"activityBarBadge.background": "#FF7042", | |
"list.activeSelectionForeground": "#FF7042", | |
"list.inactiveSelectionForeground": "#FF7042", | |
"list.highlightForeground": "#FF7042", | |
"scrollbarSlider.activeBackground": "#FF704250", | |
"editorSuggestWidget.highlightForeground": "#FF7042", | |
"textLink.foreground": "#FF7042", | |
"progressBar.background": "#FF7042", | |
"pickerGroup.foreground": "#FF7042", | |
"tab.activeBorder": "#FF7042", | |
"notificationLink.foreground": "#FF7042", | |
"editorWidget.resizeBorder": "#FF7042", | |
"editorWidget.border": "#FF7042", | |
"settings.modifiedItemIndicator": "#FF7042", | |
"settings.headerForeground": "#FF7042", | |
"panelTitle.activeBorder": "#FF7042", | |
"breadcrumb.activeSelectionForeground": "#FF7042", | |
"menu.selectionForeground": "#FF7042", | |
"menubar.selectionForeground": "#FF7042" | |
}, | |
"files.trimTrailingWhitespace": true, | |
"breadcrumbs.enabled": false, | |
"debug.allowBreakpointsEverywhere": true, | |
"debug.inlineValues": true, | |
"scm.alwaysShowActions": true, | |
"scm.alwaysShowProviders": true, | |
"terminal.explorerKind": "external", | |
"terminal.external.windowsExec": "C:\\Program Files\\VanDyke Software\\SecureCRT\\SecureCRT.exe", | |
"telemetry.enableTelemetry": false, | |
"checkpoints.showCheckpointsInScm": true, | |
"workbench.sideBar.location": "left", | |
"revisionmarks.saveRevisionmarksBetweenSessions": true, | |
"editor.minimap.maxColumn": 140, | |
"editor.renderWhitespace": "none", | |
"editor.renderControlCharacters": true, | |
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe", | |
"terminal.integrated.cursorStyle": "line", | |
"terminal.integrated.cursorBlinking": true, | |
"terminal.integrated.copyOnSelection": true, | |
"terminal.integrated.fontFamily": "Hack", | |
"terminal.integrated.scrollback": 30000, | |
"debugwrapper.wrappers": { | |
"javascript": "console.log('$eSEL', $SEL)", | |
"typescript": "console.log('$eSEL', $SEL)", | |
"php": "echo '<pre>$eSEL<br />'; var_dump($SEL); echo '</pre>';", | |
"COBOL": "DISPLAY '$eSEL ' $SEL", | |
"default": "DISPLAY '$eSEL ' $SEL" | |
}, | |
"materialTheme.accent": "Orange", | |
"surround.with.region": { | |
"label": "#region", | |
"description": "#region $regionName ... #endregion", | |
"disabled": false, | |
"snippet": "// #region ${1:regionName}\n$TM_SELECTED_TEXT\n// #endregion$0" | |
}, | |
"surround.custom": { | |
// command name must be unique | |
"withDEBUG": { | |
// label must be unique | |
"label": "DEBUG FLAG", | |
"description": "Add in if ws-ip-debug", | |
"snippet": "IF WS-IP-DEBUG \n\t$TM_SELECTED_TEXT\n$0" // <-- snippet goes here. | |
}, | |
// You can add more ... | |
}, | |
"workbench.statusBar.feedback.visible": false, | |
// "vscode_custom_css.imports": ["file:///C:/Users/esparont/.vscode/styles.css"], | |
// "vscode_custom_css.policy": true, | |
// doesnt seem to work... | |
//"css.experimental.customData": ["file:///C:/Users/esparont/.vscode/styles.css"], | |
"todo-tree.flat": false, | |
"todo-tree.expanded": true, | |
"todo-tree.regex": "((//|#|<!--|;|/\\*|\\*>|\\*>->|^......\\*)\\s*($TAGS)|^\\s*- \\[ \\])", | |
"todo-tree.tags": [ | |
"TODO", | |
"FIXME", | |
"!FIXME", | |
"CHANGED", | |
"BUG", | |
"NOTE", | |
"Synopsis" | |
], | |
"todo-tree.filterCaseSensitive": true, | |
"todohighlight.keywords": [ | |
"REVIEW:", | |
{ | |
"text": "NOTE:", | |
"color": "#ff0000", | |
"backgroundColor": "yellow", | |
"overviewRulerColor": "grey" | |
}, | |
{ | |
"text": "HACK:", | |
"color": "#000", | |
"backgroundColor": "green", | |
"isWholeLine": false, | |
}, | |
{ "text": "DEBUG:", | |
"color": "#fff", | |
"backgroundColor": "red", | |
"isWholeLine": false, | |
}, | |
{ "text": "WS-IP-DEBUG", | |
"color": "#000", | |
"backgroundColor": "orange", | |
"isWholeLine": false, | |
}, | |
{ "text": " DISPLAY ", | |
"color": "#000", | |
"backgroundColor": "grey", | |
"isWholeLine": false, | |
} | |
], | |
"workbench.colorTheme": "One Dark Pro Vivid (Italic)", | |
"codingTracker.computerId": "Computershare" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment