mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-03 11:57:34 +01:00
another link
This commit is contained in:
parent
2dfd19c9e0
commit
b1caea796a
@ -31,6 +31,7 @@ interface IProps {
|
|||||||
// https://github.com/Microsoft/monaco-editor/issues/1415
|
// https://github.com/Microsoft/monaco-editor/issues/1415
|
||||||
// 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
|
||||||
|
|
||||||
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