Gabriel Gorta
Gabriel Gorta
Extension 1.4.2 with Java JDK 17.0.7 works... but newer extension or JDK doesn't. It even corrupts credentials file.
MS Teams always treat TS files as video, and it shows error when it contains text. I also meet with issues regarding `.ts` extension a lot of times everywhere, where...
That doesn't make sense because exaplme is clearly JSON and not JS. It doesn't have any export, and use strict JSON syntax (`"` around property names)
Checking tests in PR #16104 and it really seems it will fix the issue.
@bjornharrtell Amazing job! I've just donwgraded the `@babel/parser` and now it works correctly at least in runtime (e.g. return statement, still type casts are lost). It's exactly same issue. Thank...
yes but the issue is that while source files are in `./src/` files, and build files are in `./build/`, I want to be able to execute for example command `suitecloud.uploadfile`...
Hello, in 1.4.2 it worked with ESM fine. Content of `suitecloud.config.js` is: ``` module.exports = { defaultProjectFolder: 'build', commands: {} }; ``` (same as default, except it points to build...
- [ ] Azure DevOps please :)
Well, this explanation should be fine to mentoy on website. Also JSON can be formated the way that on one line is only one value from array, so practically all...
And what is problem with trailing comma? it can simply remove that, when selecting specific line (or JSON), and you still have valid JSON. E.g. in terminal, when I do...