Description
Hello! At first I would like to thanks all contributors for the work done on this project!
Recently I faced the GLIBC mismatch issue with rescript-vscode v1.1.0+ and Debian 10 Buster (current stable)
/home/username/.vscode-server/extensions/chenglou92.rescript-vscode-1.1.1/server/analysis_binaries/linux/rescript-editor-analysis.exe: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /home/username/.vscode-server/extensions/chenglou92.rescript-vscode-1.1.1/server/analysis_binaries/linux/rescript-editor-analysis.exe)
The latest available libc-bin version for the current stable Debian release is 2.28 https://packages.debian.org/stable/libc-bin
Is there any chance if rescript-vscode continues support the current Debian stable release?
Probably dependending on GLIBC v 2.28 for a while? Are there any blockers?