We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a7f2a8 commit 52e61f7Copy full SHA for 52e61f7
components/enhanced-code-interpreter.tsx
@@ -210,8 +210,8 @@ function CodeCellComponent({
210
const handleEditorDidMount = useCallback((editor: editor.IStandaloneCodeEditor, monaco: Monaco) => {
211
monacoRef.current = editor
212
213
- // Configure Python language support
214
- monaco.languages.typescript.javascriptDefaults.setEagerModelSync(true)
+ // Configure Python language support (if needed)
+ // Add Python-specific settings here if supported by Monaco editor
215
}, [])
216
217
return (
0 commit comments