Harrison Kiang

Results 5 comments of Harrison Kiang

I decided to roll my own. Check out [version_upper](https://github.com/hkiang01/version_upper)

Thank you @skystrife it seemed that the above `sed` command worked! ``` make // generates above error sed -i 's/xlocale/locale/' deps/icu-58.2/src/ExternalICU/source/i18n/digitlst.cpp make ``` You have to make before executing the...

Not depending on jq is definitely a plus, nice!

This is documented in [`jestCommandLine`](https://github.com/jest-community/vscode-jest/blob/d50d127db015b9c788bb8279009a0c700eaeccef/README.md#jestCommandLine) > if you uses npm, add an additional "--" at the end (e.g. "npm run test --") At least with npm, assuming you have your...