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