mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
link for monaco
This commit is contained in:
parent
fb87385704
commit
86de11e794
@ -33,6 +33,7 @@ interface IProps {
|
|||||||
// https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html
|
// https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html
|
||||||
// https://www.npmjs.com/package/@monaco-editor/react#development-playground
|
// https://www.npmjs.com/package/@monaco-editor/react#development-playground
|
||||||
// https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages
|
// https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages
|
||||||
|
// https://github.com/threehams/typescript-error-guide/blob/master/stories/components/Editor.tsx#L11-L39
|
||||||
|
|
||||||
export function Root(props: IProps): React.ReactElement {
|
export function Root(props: IProps): React.ReactElement {
|
||||||
const editorRef = useRef<IStandaloneCodeEditor | null>(null);
|
const editorRef = useRef<IStandaloneCodeEditor | null>(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user