Shahar Soel

Results 187 comments of Shahar Soel

Hello again. The npm package I mentioned above for Syntax Validations is available as part of the XML-Toolkit VSCode Extension now. - https://marketplace.visualstudio.com/items?itemName=SAPOSS.xml-toolkit @DotJoshJohnson: If you are interested in integrating...

P.S the [Prettier XML Plugin](https://github.com/prettier/plugin-xml) also uses the [\@xml-tools/parser](https://www.npmjs.com/package/@xml-tools/parser) npm package. Perhaps this Prettier Plugin (formatter) is of interest as an alternative to implementing an XML Formatter From scratch in...

Hello. @angelozerr. My concern with Java was not the Java runtime itself, but rather the resources consumption of the extension. This new extension has a "binary" version with the compiled...

> Ok I see, have you some usecase with resources consumption ? Yeah, when the dev env is a container in the cloud, e.g: https://www.gitpod.io

Thanks for the detailed information @rgrunber and references 👍

I looked at this farther and I suspect that it is not related to scopes. copilot extension seem to request only `[user:email]` But it would still work properly if I...

This fails because of `working_directory: /go/src/github.com/SAP/cloud-mta` setting which fails on permissions with the new image. However I am not sure it is safe to change it because other commands in...