We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
in feat(developer): scaffolding for Keyman Developer for VSCode🗼 #12799 the vscode extension test was stubbed out of CI because the Linux builders don't have a X server all of the time
linux/ibus-keyman/src/test/run-tests.sh solves this (thx @ermshiperete ) with
Xvfb -screen 0 1024x768x24 :33 &> /dev/null & export DISPLAY=:33
We will want to bring this test back before merging #12759 to make sure we get a basic sanity check on the extension.
The text was updated successfully, but these errors were encountered:
srl295
No branches or pull requests
in feat(developer): scaffolding for Keyman Developer for VSCode🗼 #12799 the vscode extension test was stubbed out of CI because the Linux builders don't have a X server all of the time
linux/ibus-keyman/src/test/run-tests.sh solves this (thx @ermshiperete ) with
We will want to bring this test back before merging #12759 to make sure we get a basic sanity check on the extension.
The text was updated successfully, but these errors were encountered: