Skip to content

Instantly share code, notes, and snippets.

@saniyathossain
Created March 25, 2020 14:31
Show Gist options
  • Save saniyathossain/2feaaf90e58f1d1a55885f2b06197caa to your computer and use it in GitHub Desktop.
Save saniyathossain/2feaaf90e58f1d1a55885f2b06197caa to your computer and use it in GitHub Desktop.
VS Code Settings
{
"workbench.colorTheme": "Ayu Mirage",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "JetBrains Mono, Roboto Mono, Inconsolata",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"files.trimTrailingWhitespace": true,
"editor.wordWrap": "off",
"editor.formatOnPaste": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.cursorStyle": "line-thin",
"editor.smoothScrolling": true,
"workbench.list.horizontalScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"gitlens.hovers.currentLine.over": "line",
"gitlens.hovers.annotations.over": "annotation",
"terminal.integrated.fontFamily": "JetBrains Mono, Roboto Mono, Inconsolata",
"git.autofetch": true,
"docker.certPath": "D:\\Docker\\.docker\\machines\\default",
"docker.host": "tcp://192.168.99.105:2376",
"docker.machineName": "default",
"docker.tlsVerify": "1",
"docker.attachShellCommand.linuxContainer": "D:\\Git\\bin\\bash.exe --login -i \"D:\\Docker\\docker-toolbox\\start.sh\"",
"sonarlint.ls.javaHome": "D:\\Java\\JDK\\jdk-13",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"vs-kubernetes": {
"vs-kubernetes.kubectl-path": "D:\\kubernetes\\kubectl\\kubectl.exe",
"vs-kubernetes.minikube-path": "C:\\Users\\_dx\\.vs-kubernetes\\tools\\minikube\\windows-amd64\\minikube.exe",
"vs-kubernetes.helm-path": "D:\\kubernetes\\helm\\windows-amd64\\helm.exe",
"vs-kubernetes.draft-path": "D:\\kubernetes\\draft\\windows-amd64\\draft.exe"
},
"debug.console.fontSize": 12,
"markdown.preview.fontSize": 12,
"terminal.integrated.fontSize": 12,
"terminal.integrated.fontWeightBold": "normal"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment