Created
July 30, 2020 09:39
-
-
Save ninedraft/d3048a209827c315062403b55b19f8b2 to your computer and use it in GitHub Desktop.
VS Code settings
This file contains 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
{ | |
"workbench.iconTheme": "vscode-great-icons", | |
"editor.minimap.enabled": false, | |
"go.formatTool": "goimports", | |
"go.useLanguageServer": true, | |
"[json]": { | |
"editor.defaultFormatter": "HookyQR.beautify" | |
}, | |
"clock.alignment": "Right", | |
"clock.format": "🕑HH:MM 📅 d mmm yyyy", | |
"clock.iconName": "d", | |
"clock.updateInterval": 30000, | |
"window.zoomLevel": 0, | |
"workbench.panel.defaultLocation": "right", | |
"markdown.styles": [ | |
"https://use.fontawesome.com/releases/v5.7.1/css/all.css", | |
], | |
"gitlens.hovers.annotations.over": "annotation", | |
"git.autofetch": true, | |
"breadcrumbs.symbolSortOrder": "name", | |
"git.inputValidationSubjectLength": 100, | |
"editor.fontFamily": "'Cascadia Code', Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontLigatures": true, | |
"go.lintTool": "golangci-lint", | |
"workbench.quickOpen.closeOnFocusLost": false, | |
"files.autoSave": "afterDelay", | |
"tabnine.experimentalAutoImports": true, | |
"haskell.hlint.executablePath": "/Users/kodix/.local/bin/hlint", | |
"extensions.ignoreRecommendations": false, | |
"brittany.enable": true, | |
"brittany.path": "/Users/kodix/.local/bin/brittany", | |
"haskellShell.experimental.enablePromptCoupling": false, | |
"haskellShell.ghci.executablePath": "/Users/kodix/.stack/programs/x86_64-osx/ghc-8.8.3/bin/ghci", | |
"languageServerHaskell.hieExecutablePath": "/Users/kodix/.local/bin/hie", | |
"brittany.showErrorNotification": true, | |
"[markdown]": { | |
"editor.defaultFormatter": "yzhang.markdown-all-in-one" | |
}, | |
"gitlens.views.repositories.files.layout": "tree", | |
"go.lintOnSave": "workspace", | |
} |
This file contains 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
1pkg.gopium | |
42Crunch.vscode-openapi | |
766b.go-outliner | |
aaron-bond.better-comments | |
adam-bender.commit-message-editor | |
alanz.vscode-hie-server | |
alefragnani.Bookmarks | |
angelo-breuer.clock | |
AppulateInc.filewatcher | |
Arjun.swagger-viewer | |
bajdzis.vscode-database | |
bierner.markdown-checkbox | |
bierner.markdown-emoji | |
bierner.markdown-mermaid | |
blairleduc.touch-bar-display | |
brunnerh.insert-unicode | |
casualjim.gotemplate | |
christian-kohler.path-intellisense | |
CoenraadS.bracket-pair-colorizer | |
deerawan.vscode-dash | |
donjayamanne.githistory | |
dramforever.vscode-ghc-simple | |
eamodio.gitlens | |
emmanuelbeziat.vscode-great-icons | |
eriksik2.vscode-ghci | |
fcrespo82.markdown-table-formatter | |
formulahendry.code-runner | |
formulahendry.terminal | |
GitHub.vscode-pull-request-github | |
golang.go | |
golang.go-nightly | |
GrapeCity.gc-excelviewer | |
HookyQR.beautify | |
hoovercj.haskell-linter | |
howardzuo.vscode-git-tags | |
humao.rest-client | |
JakeBecker.elixir-ls | |
jtr.vscode-position | |
justusadam.language-haskell | |
ldez.ignore-files | |
LouisWT.regexp-preview | |
MaxGabriel.brittany | |
mechatroner.rainbow-csv | |
mhutchie.git-graph | |
mikestead.dotenv | |
ms-azuretools.vscode-docker | |
ms-python.python | |
ms-vscode-remote.remote-containers | |
ms-vscode-remote.remote-ssh-edit | |
ms-vscode.hexeditor | |
ms-vsliveshare.vsliveshare | |
msyrus.go-doc | |
mtxr.sqltools | |
mtxr.sqltools-driver-pg | |
octref.vetur | |
plex.vscode-protolint | |
premparihar.gotestexplorer | |
quasilyte.gogrep | |
quillaja.goasm | |
rbalet.code-spell-checker-fullstack | |
redhat.vscode-yaml | |
RomanPeshkov.vscode-text-tables | |
RoscoP.ActiveFileInStatusBar | |
rpinski.shebang-snippets | |
rust-lang.rust | |
slevesque.vscode-zipexplorer | |
streetsidesoftware.code-spell-checker | |
streetsidesoftware.code-spell-checker-russian | |
TabNine.tabnine-vscode | |
tobiaswaelde.clockify-tracker | |
vscode-icons-team.vscode-icons | |
windmilleng.vscode-go-autotest | |
yzhang.markdown-all-in-one | |
ZainChen.json | |
zxh404.vscode-proto3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment