Add local storage prefixes for different major versions (#973)

This commit is contained in:
Guillaume Jenkins 2018-07-27 14:11:59 -04:00 committed by GitHub
parent b2772cec3e
commit 2f30ba07ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -401,6 +401,9 @@
],
"monacoColors": {
"editor.background": "#ecf0f1"
},
"browserDbPrefixes": {
"1": "v1"
}
}
}
}