Commit Graph

2 Commits (9816d82e483aeb703241c5fb08750f1d0c8e49c1)

Author SHA1 Message Date
Michael Davis 936ad884eb
Remove arrow key recommendation from tutor (#3811) 2 years ago
Blaž Hrastnik c2e41082e4
Remove the .txt suffix from tutor
The tutor file is loaded as .txt which can potentially spawn a
language server. Then the path is unset, but the LS remains active.
This can cause panics since updates are now submitted for a doc
with no path.

As a quick workaround we remove the extension which should avoid
detection.

Fixes #3730
2 years ago