Skip to content

Commit 07f368a

Browse files
committed
Mention the Monaco editor
1 parent ffa3bb9 commit 07f368a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

ui/frontend/Help.tsx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import { useAppSelector } from './hooks';
1111
import { baseUrlSelector } from './selectors';
1212

1313
const ACE_URL = 'https://github.com/ajaxorg/ace';
14+
const MONACO_URL = 'https://microsoft.github.io/monaco-editor/';
1415
const CLIPPY_URL = 'https://github.com/rust-lang/rust-clippy';
1516
const MIRI_URL = 'https://github.com/rust-lang/miri';
1617
const CRATES_IO_URL = 'https://crates.io/';
@@ -269,7 +270,13 @@ const Help: React.FC = () => {
269270
</p>
270271

271272
<p>
272-
You may also disable Ace completely, falling back to a
273+
You may choose to use the <a href={MONACO_URL}>Monaco</a> editor instead.
274+
This editor is used in VS Code and may be more familiar to people who
275+
use VS Code.
276+
</p>
277+
278+
<p>
279+
You may also disable Ace and Monaco completely, falling back to a
273280
simple HTML text area.
274281
</p>
275282

0 commit comments

Comments
 (0)