UNPKG

@ibgib/helper-gib

Version:

common helper/utils/etc used in ibgib libs. Node v19+ needed for heavily-used isomorphic webcrypto hashing consumed in both node and browsers.

57 lines (56 loc) 1.94 kB
{ "typescript.tsdk": "node_modules/typescript/lib", "search.exclude": { "**/*.BAK": true, "**/*.bak": true, "**/dist": true }, "files.watcherExclude": { "**/*.BAK": true, "**/*.bak": true }, "editor.formatOnSave": true, "debug.node.autoAttach": "on", "files.trimTrailingWhitespace": true, "files.trimFinalNewlines": true, "files.insertFinalNewline": true, "workbench.colorTheme": "Kimbie Dark", "workbench.colorCustomizations": { "editor.background": "#08143c", "sideBar.background": "#0e1a42", "editor.lineHighlightBackground": "#00ff2f18", "activityBar.activeBackground": "#33ffff", "activityBar.background": "#33ffff", "activityBar.foreground": "#15202b", "activityBar.inactiveForeground": "#15202b99", "activityBarBadge.background": "#ff60ff", "activityBarBadge.foreground": "#15202b", "commandCenter.border": "#15202b99", "sash.hoverBorder": "#33ffff", "statusBar.background": "#00ffff", "statusBar.foreground": "#15202b", "statusBarItem.hoverBackground": "#00cccc", "statusBarItem.remoteBackground": "#00ffff", "statusBarItem.remoteForeground": "#15202b", "titleBar.activeBackground": "#00ffff", "titleBar.activeForeground": "#15202b", "titleBar.inactiveBackground": "#00ffff99", "titleBar.inactiveForeground": "#15202b99" }, "editor.tokenColorCustomizations": { "[Kimbie Dark]": { "variables": "#c77a22", "comments": "#fffb128c", "textMateRules": [ { "name": "Lists", "scope": "markup.list", "settings": { "foreground": "#cb76d6" } }, ], } }, "peacock.color": "aqua" }