Skip to content

Commit 52e61f7

Browse files
Update components/enhanced-code-interpreter.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a7f2a8 commit 52e61f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/enhanced-code-interpreter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ function CodeCellComponent({
210210
const handleEditorDidMount = useCallback((editor: editor.IStandaloneCodeEditor, monaco: Monaco) => {
211211
monacoRef.current = editor
212212

213-
// Configure Python language support
214-
monaco.languages.typescript.javascriptDefaults.setEagerModelSync(true)
213+
// Configure Python language support (if needed)
214+
// Add Python-specific settings here if supported by Monaco editor
215215
}, [])
216216

217217
return (

0 commit comments

Comments
 (0)