Skip to content

Commit a46ba1f

Browse files
committed
🆙 web playground
1 parent 7c20c3f commit a46ba1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/web/code-web.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const BUILTIN_MARKETPLACE_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'built
2828
const WEB_DEV_EXTENSIONS_ROOT = path.join(APP_ROOT, '.build', 'builtInWebDevExtensions');
2929
const WEB_MAIN = path.join(APP_ROOT, 'src', 'vs', 'code', 'browser', 'workbench', 'workbench-dev.html');
3030

31-
const WEB_PLAYGROUND_VERSION = '0.0.8';
31+
const WEB_PLAYGROUND_VERSION = '0.0.9';
3232

3333
const args = minimist(process.argv, {
3434
boolean: [

0 commit comments

Comments
 (0)