Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Last active November 6, 2017 10:26
Show Gist options
  • Save bgadrian/6239dfb3b3ec5f65d885d9cec1a1f80f to your computer and use it in GitHub Desktop.
Save bgadrian/6239dfb3b3ec5f65d885d9cec1a1f80f to your computer and use it in GitHub Desktop.
VisualStudioCode User Settings personal use
code --list-extensions
bierner.markdown-preview-github-styles
codezombiech.gitignore
dbaeumer.vscode-eslint
dimasalmaz.unity3d-pack
donjayamanne.javadebugger
hnw.vscode-auto-open-markdown-preview
jorgeserrano.vscode-csharp-snippets
k--kato.docomment
k--kato.intellij-idea-keybindings
Leopotam.csharpfixformat
lionize.unity-snippets-modified
lukehoban.Go
miramac.vscode-exec-node
ms-vscode.csharp
redhat.java
RomanPeshkov.go-test-outline
slevesque.shader
Tobiah.unity-tools
Unity.unity-debug
{
"workbench.colorTheme": "Monokai Dimmed",
"editor.formatOnSave": true,
// "terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
// "terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"go.formatOnSave": true,
"go.testOnSave": true,
"go.coverOnSave": false,
//"go.testTimeout": "5s",
"window.menuBarVisibility": "default",
"window.zoomLevel": 1,
"go.coverageOptions": "showUncoveredCodeOnly",
"go.coverageDecorator": "gutter",
"go.autocompleteUnimportedPackages": true,
"go.testFlags": [
"-v"
],
"editor.minimap.enabled": false,
"editor.lineNumbers": "off",
"editor.cursorStyle": "block"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment