From 2f30ba07ae14849943e30542d752aff5cb492266 Mon Sep 17 00:00:00 2001 From: Guillaume Jenkins Date: Fri, 27 Jul 2018 14:11:59 -0400 Subject: [PATCH] Add local storage prefixes for different major versions (#973) --- pxtarget.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pxtarget.json b/pxtarget.json index 7a12a860..cc5a2a4b 100644 --- a/pxtarget.json +++ b/pxtarget.json @@ -401,6 +401,9 @@ ], "monacoColors": { "editor.background": "#ecf0f1" + }, + "browserDbPrefixes": { + "1": "v1" } } -} +} \ No newline at end of file