From 5ef3983f3b737522256d7ddb4e3a84e5bfc31f30 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 10 Jan 2020 10:24:32 -0300 Subject: [PATCH] guardo en localStorage la seleccion de donde va a comer el pedido el cliente, nombre variable: pedidoPara --- .vscode/settings.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f75fa82..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "workbench.colorCustomizations": { - "activityBar.background": "#1accff", - "activityBar.activeBorder": "#df00ad", - "activityBar.foreground": "#15202b", - "activityBar.inactiveForeground": "#15202b99", - "activityBarBadge.background": "#df00ad", - "activityBarBadge.foreground": "#e7e7e7", - "titleBar.activeBackground": "#00b3e6", - "titleBar.inactiveBackground": "#00b3e699", - "titleBar.activeForeground": "#15202b", - "titleBar.inactiveForeground": "#15202b99", - "statusBar.background": "#00b3e6", - "statusBarItem.hoverBackground": "#008bb3", - "statusBar.foreground": "#15202b" - }, - "peacock.color": "#00b3e6" -} \ No newline at end of file -- 1.9.1