We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d4fec commit 230d2faCopy full SHA for 230d2fa
1 file changed
resources/web/code-web.js
@@ -27,7 +27,7 @@ const BUILTIN_MARKETPLACE_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'built
27
const WEB_DEV_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'builtInWebDevExtensions');
28
const WEB_MAIN = path.join(APP_ROOT, 'src', 'vs', 'code', 'browser', 'workbench', 'workbench-dev.html');
29
30
-const WEB_PLAYGROUND_VERSION = '0.0.5';
+const WEB_PLAYGROUND_VERSION = '0.0.6';
31
32
const args = minimist(process.argv, {
33
boolean: [
0 commit comments