File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,13 @@ import LeanMonacoComponent from './LeanMonaco'
4
4
import { LeanMonacoOptions } from 'lean4monaco'
5
5
6
6
function App ( ) {
7
- const [ options , setOptions ] = useState < LeanMonacoOptions > ( { websocket : { url : 'ws://localhost:8080/' } , vscode : { "workbench.colorTheme" : "Visual Studio Light" } } )
7
+ const [ options , setOptions ] = useState < LeanMonacoOptions > ( { websocket : { url : 'ws://localhost:8080/' } , vscode : {
8
+ "workbench.colorTheme" : "Visual Studio Light" ,
9
+ /* To add settings here, you can open your settings in VSCode (Ctrl+,), search
10
+ * for the desired setting, select "Copy Setting as JSON" from the "More Actions"
11
+ * menu next to the selected setting, and paste the copied string here.
12
+ */
13
+ } } )
8
14
const [ numberEditors , setNumberEditors ] = useState ( 1 )
9
15
10
16
return (
You can’t perform that action at this time.
0 commit comments