Skip to content

Instantly share code, notes, and snippets.

@zoidyzoidzoid
Last active August 24, 2018 08:36
Show Gist options
  • Save zoidyzoidzoid/2b2007e3a511ae4d7428112a0c496956 to your computer and use it in GitHub Desktop.
Save zoidyzoidzoid/2b2007e3a511ae4d7428112a0c496956 to your computer and use it in GitHub Desktop.
Dart-Code.dart-code
DavidAnson.vscode-markdownlint
EFanZh.graphviz-preview
EditorConfig.EditorConfig
HookyQR.beautify
JakeBecker.elixir-ls
Pendrica.chef
PeterJausovec.vscode-docker
Shan.code-settings-sync
Stephanvs.dot
akmittal.hugofy
bungcip.better-toml
coolbear.systemd-unit-file
dbaeumer.jshint
dbaeumer.vscode-eslint
donjayamanne.githistory
eamodio.gitlens
eg2.tslint
formulahendry.auto-close-tag
formulahendry.code-runner
lukehoban.Go
magicstack.MagicPython
mauve.terraform
mjmcloug.vscode-elixir
mrmlnc.vscode-remark
ms-kubernetes-tools.vscode-kubernetes-tools
ms-python.python
ms-vscode.cpptools
ms-vscode.github-issues-prs
ms-vscode.Theme-MarkdownKit
ms-vscode.Theme-TomorrowKit
octref.vetur
quicktype.quicktype
rebornix.Ruby
redhat.java
redhat.vscode-yaml
robinbentley.sass-indented
saviorisdead.RustyCode
sourcegraph.javascript-typescript
vscodevim.vim
{
"editor.fontSize": 12,
"editor.fontFamily": "Fira Code",
"editor.renderWhitespace": "boundary",
"vim.useSystemClipboard": true,
"vim.cmdLineInitialColon": true,
"window.zoomLevel": 0,
"search.exclude": {
"**/venv": true,
"**/virtualenv": true
},
"terminal.external.osxExec": "/Applications/iTerm.app",
"terminal.integrated.fontSize": 12,
"workbench.navBar.visible": false,
"workbench.contextBar.visible": false,
"eslint.nodePath": "${homePath}/.config/yarn/global/node_modules/",
"tslint.nodePath": "${homePath}/.config/yarn/global/node_modules/",
"extensions.ignoreRecommendations": false,
"editor.minimap.enabled": false,
"workbench.sideBar.location": "left",
"workbench.iconTheme": "vs-seti",
"workbench.editor.tabSizing": "shrink",
"window.nativeTabs": true,
"dart.flutterSdkPath": "/usr/local/opt/dart/libexec",
"vim.easymotionMarkerFontFamily": "Fira Code",
"eslint.packageManager": "yarn",
"vim.statusBarColorControl": true,
"jshint.nodePath": "/usr/local/bin/jshint",
"jshint.packageManager": "yarn",
"go.useLanguageServer": true,
"go.inferGopath": true,
"explorer.confirmDragAndDrop": false,
"window.newWindowDimensions": "maximized",
"window.restoreFullscreen": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"gitlens.codeLens.scopes": [
"document",
"containers",
"blocks"
],
"github.username": "zoidbergwill",
"python.linting.pylintUseMinimalCheckers": false,
"python.linting.pylintArgs": [
"--disable=too-few-public-methods,empty-docstring"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment