File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import { useAppSelector } from './hooks';
1111import { baseUrlSelector } from './selectors' ;
1212
1313const ACE_URL = 'https://github.com/ajaxorg/ace' ;
14+ const MONACO_URL = 'https://microsoft.github.io/monaco-editor/' ;
1415const CLIPPY_URL = 'https://github.com/rust-lang/rust-clippy' ;
1516const MIRI_URL = 'https://github.com/rust-lang/miri' ;
1617const 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
You can’t perform that action at this time.
0 commit comments