Baptiste Augrain

Results 398 comments of Baptiste Augrain

@lostintangent I've moved the rendering of the title at display-time. So if a step has `"title": "{{file}} - {{line}}"`, it will be displayed as `src/extension.ts - 89` (based on the...

The PR #300 does fix the issue...

@collinph You can take a look at the PR #300 which is fixing the current issue (with `precisePreview: true`)

@collinph You can test with my build on npm ([@daiyam/cropperjs](https://www.npmjs.com/package/@daiyam/cropperjs), [source](https://github.com/daiyam/cropperjs/tree/daiyam)) which include the PR. I will make a new PR since @lexiv0re didn't reply to my question.

@lexiv0re Can you resolve the conflicting files because your PR is fixing the issue #551? Thx

@lexiv0re Thank you for the PR and the update :)

The url used to install the example extension on Visual Studio Marketplace is : `vscode:extension/darkriszty.markdown-table-prettify`. (`vscode:` is scheme associated with Visual Studio Code app) While OpenVSX would need to support...

@jeanp413 Thanks for the explanation. Yesterday, there was the commit https://github.com/microsoft/vscode/commit/7e3c3e6e42fc0abaccc89ba84e40e36b8ccab5b9 which should fix the issue.

So the best would be to able to make a PR in vscode to add a flag in the `product.json` to disable the update of built-in extensions.