From e62999c15e4dc1075c168eccb019fa7ea2a26667 Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Wed, 2 Sep 2020 17:58:59 +0200 Subject: [PATCH] :up: web playground --- resources/web/code-web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/web/code-web.js b/resources/web/code-web.js index 16f1d3d93cd..b6d19a65f1b 100644 --- a/resources/web/code-web.js +++ b/resources/web/code-web.js @@ -28,7 +28,7 @@ const BUILTIN_MARKETPLACE_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'built const WEB_DEV_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'builtInWebDevExtensions'); const WEB_MAIN = path.join(APP_ROOT, 'src', 'vs', 'code', 'browser', 'workbench', 'workbench-dev.html'); -const WEB_PLAYGROUND_VERSION = '0.0.6'; +const WEB_PLAYGROUND_VERSION = '0.0.8'; const args = minimist(process.argv, { boolean: [