You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make Start Up Script compatible with older Python (#2569)
Previously the start up script created to be friendly to package
managers used the `BooleanOptionalAction` in its argument parser. This
feature is only available in Python 3.9 and later. Since the script
shebang in jdtls indicates only Python3, this change updates the script
to conform with that compatability.
Co-authored-by: Roland Grunberg <[email protected]>
0 commit comments