Sha256: de631f888857e2ef581aee40d28376bf50365d3c55c0e24d7ea4cb3faeb92dcf
Contents?: true
Size: 1.52 KB
Versions: 1
Compression:
Stored size: 1.52 KB
Contents
{ "files.associations": { "*.css": "tailwindcss", "*.rbi": "ruby", "*.rbupdated": "ruby", "*.rbedited": "ruby" }, "tailwindCSS.includeLanguages": { "plaintext": "html" }, "tailwindCSS.emmetCompletions": true, "rubyLsp.enabledFeatures": { "documentHighlights": true, "documentLink": true, "documentSymbols": true, "foldingRanges": true, "selectionRanges": true, "semanticHighlighting": true, "formatting": true, "diagnostics": true, "codeActions": true, "onTypeFormatting": true }, "peacock.color": "#A700A0", "[javascript]": { "editor.codeActionsOnSave": { "source.fixAll.eslint": true } }, "[ruby]": { "editor.defaultFormatter": "Shopify.ruby-lsp", }, "workbench.colorCustomizations": { "activityBar.activeBackground": "#26FF9A", "activityBar.background": "#26FF9A", "activityBar.foreground": "#181818", "activityBar.inactiveForeground": "#18181899", "activityBarBadge.background": "#b7bf00", "activityBarBadge.foreground": "#15202b", "commandCenter.border": "#18181899", "sash.hoverBorder": "#26FF9A", "statusBar.background": "#59FFB4", "statusBar.foreground": "#181818", "statusBarItem.hoverBackground": "#26FF9A", "statusBarItem.remoteBackground": "#59FFB4", "statusBarItem.remoteForeground": "#181818", "titleBar.activeBackground": "#59FFB4", "titleBar.activeForeground": "#181818", "titleBar.inactiveBackground": "#59FFB499", "titleBar.inactiveForeground": "#18181899" } }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hephaestus-0.0.2 | templates/.vscode/settings.json |