Skip to content

Instantly share code, notes, and snippets.

@JoshuaSchlichting
Last active June 8, 2022 20:36
Show Gist options
  • Select an option

  • Save JoshuaSchlichting/514a8240b6d13fe0cc91eb9258077eb0 to your computer and use it in GitHub Desktop.

Select an option

Save JoshuaSchlichting/514a8240b6d13fe0cc91eb9258077eb0 to your computer and use it in GitHub Desktop.
My VSCode settings
{
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": true,
"yaml": true,
"plaintext": true,
"markdown": false
},
"json.schemas": [],
"workbench.colorTheme": "Ayu Light Bordered",
"window.autoDetectColorScheme": true,
"workbench.preferredLightColorTheme": "Ayu Light Bordered",
"workbench.preferredDarkColorTheme": "Ayu Dark Bordered",
"go.goroot": "/opt/homebrew/Cellar/go/1.18/libexec",
"editor.guides.bracketPairs" : true,
"editor.guides.highlightActiveIndentation" : true,
"editor.guides.bracketPairsHorizontal" : "active",
"workbench.colorCustomizations": {
"[Panda Syntax]": {
"editorBracketPairGuide.background1": "#FFB86C",
"editorBracketPairGuide.background2": "#FF75B5",
"editorBracketPairGuide.background3": "#45A9F9",
"editorBracketPairGuide.background4": "#B084EB",
"editorBracketPairGuide.background5": "#E6E6E6",
"editorBracketPairGuide.background6": "#19f9d8",
"editorBracketPairGuide.activeBackground1": "#FFB86C",
"editorBracketPairGuide.activeBackground2": "#FF75B5",
"editorBracketPairGuide.activeBackground3": "#45A9F9",
"editorBracketPairGuide.activeBackground4": "#B084EB",
"editorBracketPairGuide.activeBackground5": "#E6E6E6",
"editorBracketPairGuide.activeBackground6": "#19f9d8",
}
},
"go.toolsManagement.autoUpdate": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment