We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
stderr
utf8
1 parent f685bda commit 7b5d33dCopy full SHA for 7b5d33d
app/Main.hs
@@ -16,6 +16,7 @@ main = do
16
-- https://github.com/agda/agda-language-server/issues/24
17
hSetEncoding stdout utf8
18
hSetEncoding stdin utf8
19
+ hSetEncoding stderr utf8
20
21
-- The GitHub CI-built executable lacks the correct data directory path.
22
-- If there's directory named "data" in the executable's directory,
0 commit comments