Skip to content

Commit

Permalink
sandblocks extensions
Browse files Browse the repository at this point in the history
SQUASHED: AUTO-COMMIT-src-components-tools-sandblocks-editor.js,
  • Loading branch information
JensLincke committed Dec 11, 2023
1 parent 0f8a37a commit 46a9676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tools/sandblocks-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class SandblocksEditor extends Morph {
async setText(source) {

var ui = await (
<sb-extension-scope enable="smalltalkTools" disable="">
<sb-extension-scope extensions="javascriptBase javascriptOutline javascriptWorkspace base identifierSuggestions editorConfig">
<sb-editor text={source} language="javascript"></sb-editor>
</sb-extension-scope>)

Expand Down

0 comments on commit 46a9676

Please sign in to comment.