Skip to content

Commit a468861

Browse files
author
Benjamin Pasero
committed
🆙 web-playground version
1 parent 787ba75 commit a468861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/web/code-web.js

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

30-
const WEB_PLAYGROUND_VERSION = '0.0.2';
30+
const WEB_PLAYGROUND_VERSION = '0.0.3';
3131

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

0 commit comments

Comments
 (0)