editor: add tabs for controlling open/active files

This commit is contained in:
David Lechner
2022-04-07 21:17:09 -05:00
parent 56858390ca
commit 8ac77560fb
20 changed files with 1289 additions and 118 deletions
+3
View File
@@ -7,6 +7,9 @@
import { monaco } from 'react-monaco-editor';
/** The Pybricks MicroPython language identifier. */
export const pybricksMicroPythonId = 'pybricks-micropython';
export const conf: monaco.languages.LanguageConfiguration = {
comments: {
lineComment: '#',