apple-pay-helper
Version:
A utility library for handling server side Apple Pay sessions and decrypting tokens.
28 lines (27 loc) • 997 B
JSON
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ffffff",
"activityBar.background": "#ffffff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#df9f9f",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ffffff",
"statusBar.background": "#ffffff",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#e6e6e6",
"statusBarItem.remoteBackground": "#ffffff",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ffffff",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ffffff99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "white",
"cSpell.words": ["Decryptor", "onmerchantvalidation"],
"editor.formatOnSave": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}