I am try a algorithms of leetcode in vscode. [**reverse-integer**](https://leetcode-cn.com/problems/reverse-integer/description/) id=7 lang=javascript the description in **VsCode** show: [−231, 231 − 1]  the desciption in **WEB** show: [−2^31, 2^31 − 1] 