Compare commits
6 Commits
c80a36159f
...
master
Author | SHA1 | Date | |
---|---|---|---|
d212f5f988 | |||
3d105ed8e2 | |||
e9e33ebeb3 | |||
d03b351dfd | |||
6a18525725 | |||
0da6b2e0e3 |
@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<key name="Software">
|
||||
<key name="ConEmu">
|
||||
<key name=".Vanilla" modified="2022-04-05 17:01:22" build="210912">
|
||||
<key name=".Vanilla" modified="2022-10-19 14:06:42" build="220807">
|
||||
<value name="Language" type="string" data="en"/>
|
||||
<value name="StartType" type="hex" data="02"/>
|
||||
<value name="CmdLine" type="string" data=""/>
|
||||
@ -105,8 +105,8 @@
|
||||
<value name="Multi.SplitHeight" type="hex" data="04"/>
|
||||
<value name="ResetTerminalConfirm" type="hex" data="01"/>
|
||||
<value name="KeyboardHooks" type="hex" data="02"/>
|
||||
<value name="FontName" type="string" data="Cousine for Powerline"/>
|
||||
<value name="FontName2" type="string" data="Anonymice Powerline"/>
|
||||
<value name="FontName" type="string" data="Cousine Nerd Font"/>
|
||||
<value name="FontName2" type="string" data="Anonymice Nerd Font"/>
|
||||
<value name="FontAutoSize" type="hex" data="00"/>
|
||||
<value name="FontSize" type="ulong" data="20"/>
|
||||
<value name="FontSizeX" type="ulong" data="12"/>
|
||||
@ -137,10 +137,10 @@
|
||||
<value name="Cascaded" type="hex" data="01"/>
|
||||
<value name="IntegralSize" type="hex" data="00"/>
|
||||
<value name="WindowMode" type="dword" data="0000051f"/>
|
||||
<value name="ConWnd X" type="long" data="1920"/>
|
||||
<value name="ConWnd X" type="long" data="657"/>
|
||||
<value name="ConWnd Y" type="long" data="0"/>
|
||||
<value name="LastMonitor" type="string" data="0,0,3840,2100"/>
|
||||
<value name="ConWnd Width" type="dword" data="0000009e"/>
|
||||
<value name="ConWnd Width" type="dword" data="00000067"/>
|
||||
<value name="ConWnd Height" type="dword" data="00000029"/>
|
||||
<value name="16bit Height" type="ulong" data="0"/>
|
||||
<value name="QuakeStyle" type="hex" data="00"/>
|
||||
@ -391,11 +391,11 @@
|
||||
<value name="Update.DownloadPath" type="string" data="%TEMP%\ConEmu"/>
|
||||
<value name="Update.LeavePackages" type="hex" data="00"/>
|
||||
<value name="Update.PostUpdateCmd" type="string" data="echo Last successful update>ConEmuUpdate.info && date /t>>ConEmuUpdate.info && time /t>>ConEmuUpdate.info"/>
|
||||
<key name="HotKeys" modified="2022-04-04 17:52:33" build="210912">
|
||||
<key name="HotKeys" modified="2022-07-20 19:04:24" build="210912">
|
||||
<value name="KeyMacroVersion" type="hex" data="02"/>
|
||||
<value name="Multi.Modifier" type="dword" data="00000011"/>
|
||||
<value name="Multi.ArrowsModifier" type="dword" data="0000005b"/>
|
||||
<value name="MinimizeRestore" type="dword" data="000011c0"/>
|
||||
<value name="MinimizeRestore" type="dword" data="00005bc0"/>
|
||||
<value name="MinimizeRestore2" type="dword" data="00000000"/>
|
||||
<value name="GlobalRestore" type="dword" data="00000000"/>
|
||||
<value name="CdExplorerPath" type="dword" data="00000000"/>
|
||||
|
@ -3,12 +3,14 @@
|
||||
"ms-vscode.js-debug-companion",
|
||||
"ms-vscode.references-view",
|
||||
"alefragnani.rtf",
|
||||
"Angular.ng-template",
|
||||
"bungcip.better-toml",
|
||||
"DavidAnson.vscode-markdownlint",
|
||||
"DotJoshJohnson.xml",
|
||||
"Equinusocio.vsc-community-material-theme",
|
||||
"Equinusocio.vsc-material-theme",
|
||||
"equinusocio.vsc-material-theme-icons",
|
||||
"esbenp.prettier-vscode",
|
||||
"firefox-devtools.vscode-firefox-debug",
|
||||
"golf1052.code-sync",
|
||||
"hediet.vscode-drawio",
|
||||
@ -42,7 +44,7 @@
|
||||
"ritwickdey.LiveServer",
|
||||
"sleistner.vscode-fileutils",
|
||||
"streetsidesoftware.code-spell-checker",
|
||||
"svelte.svelte-vscode",
|
||||
"SyncfusionInc.Web-VSCode-Extensions",
|
||||
"TelerikInc.aspnetcoretemplatewizard",
|
||||
"TelerikInc.blazortemplatewizard",
|
||||
"Tyriar.lorem-ipsum",
|
||||
|
@ -2,12 +2,35 @@
|
||||
"workbench.iconTheme": "material-icon-theme",
|
||||
"workbench.activityBar.visible": true,
|
||||
"workbench.startupEditor": "none",
|
||||
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
||||
"terminal.integrated.profiles.windows": {
|
||||
"Cmder": {
|
||||
"path": "${env:windir}\\System32\\cmd.exe",
|
||||
"args": [
|
||||
"/k",
|
||||
"${env:USERPROFILE}\\Cmder\\vendor\\bin\\vscode_init.cmd"
|
||||
]
|
||||
},
|
||||
"PowerShell": {
|
||||
"source": "PowerShell",
|
||||
"icon": "terminal-powershell"
|
||||
},
|
||||
"Command Prompt": {
|
||||
"path": [
|
||||
"${env:windir}\\Sysnative\\cmd.exe",
|
||||
"${env:windir}\\System32\\cmd.exe"
|
||||
],
|
||||
"args": [],
|
||||
"icon": "terminal-cmd"
|
||||
},
|
||||
"Git Bash": {
|
||||
"source": "Git Bash"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.windows": "Cmder",
|
||||
"terminal.integrated.fontFamily": "Cousine Nerd Font",
|
||||
"terminal.explorerKind": "external",
|
||||
"terminal.external.windowsExec": "${env:USERPROFILE}\\cmder\\Cmder.exe",
|
||||
"terminal.external.linuxExec": "tilix",
|
||||
"team.showWelcomeMessage": false,
|
||||
"sqltools.useNodeRuntime": true,
|
||||
"mssql.connections": [
|
||||
{
|
||||
"server": "(localdb)\\mssqllocaldb",
|
||||
@ -21,7 +44,6 @@
|
||||
"git.autofetch": true,
|
||||
"liveServer.settings.donotShowInfoMsg": true,
|
||||
"typescript.updateImportsOnFileMove.enabled": "always",
|
||||
"nativescript.analytics.enabled": true,
|
||||
"cSpell.userWords": [
|
||||
"Addj",
|
||||
"API's",
|
||||
@ -174,7 +196,7 @@
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"telemetry.enableTelemetry": false,
|
||||
"telemetry.telemetryLevel": "off",
|
||||
"[sql]": {
|
||||
"editor.defaultFormatter": "ms-mssql.mssql"
|
||||
},
|
||||
@ -182,10 +204,38 @@
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "vscode.typescript-language-features"
|
||||
},
|
||||
"team.showFarewellMessage": false,
|
||||
"window.zoomLevel": 0,
|
||||
"workbench.editor.untitled.hint": "hidden",
|
||||
"workbench.colorTheme": "Material Theme Darker",
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"vscode-edge-devtools.mirrorEdits": true
|
||||
"vscode-edge-devtools.mirrorEdits": true,
|
||||
"powershell.powerShellDefaultVersion": "Windows PowerShell (x86)",
|
||||
"workbench.colorCustomizations": {
|
||||
"[Material Theme Darker]": {
|
||||
"activityBarBadge.background": "#2979FF",
|
||||
"activityBar.activeBorder": "#2979FF",
|
||||
"list.activeSelectionForeground": "#2979FF",
|
||||
"list.inactiveSelectionForeground": "#2979FF",
|
||||
"list.highlightForeground": "#2979FF",
|
||||
"scrollbarSlider.activeBackground": "#2979FF50",
|
||||
"editorSuggestWidget.highlightForeground": "#2979FF",
|
||||
"textLink.foreground": "#2979FF",
|
||||
"progressBar.background": "#2979FF",
|
||||
"pickerGroup.foreground": "#2979FF",
|
||||
"tab.activeBorder": "#2979FF",
|
||||
"notificationLink.foreground": "#2979FF",
|
||||
"editorWidget.resizeBorder": "#2979FF",
|
||||
"editorWidget.border": "#2979FF",
|
||||
"settings.modifiedItemIndicator": "#2979FF",
|
||||
"settings.headerForeground": "#2979FF",
|
||||
"panelTitle.activeBorder": "#2979FF",
|
||||
"breadcrumb.activeSelectionForeground": "#2979FF",
|
||||
"menu.selectionForeground": "#2979FF",
|
||||
"menubar.selectionForeground": "#2979FF",
|
||||
"editor.findMatchBorder": "#2979FF",
|
||||
"selection.background": "#2979FF40",
|
||||
"statusBarItem.remoteBackground": "#2979FF"
|
||||
}
|
||||
},
|
||||
"materialTheme.accent": "Blue"
|
||||
}
|
Reference in New Issue
Block a user