mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-13 10:04:15 +00:00
editor: drop use of react-monaco-editor
The upstream package is currently broken and doesn't actually save us any work.
This commit is contained in:
committed by
David Lechner
parent
5924ded76a
commit
35cef50e44
@@ -5,7 +5,7 @@
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
|
||||
import type { monaco } from 'react-monaco-editor';
|
||||
import type * as monaco from 'monaco-editor';
|
||||
|
||||
/** The Pybricks MicroPython language identifier. */
|
||||
export const pybricksMicroPythonId = 'pybricks-micropython';
|
||||
|
||||
Reference in New Issue
Block a user