rioj7

Results 28 comments of rioj7

@fabiospampinato I have made it so it looks similar to other theme overrides done in `settings.json`, and this is robust in case you need to add another setting that might...

I have looked at the conflict, I will resolve the conflict in config.js and hope fabio will merge this PR

@joey2031 Do these links point to some explanation, why don't you amend the last commit, what is the use of correcting typo's in new commits.

@joey2031 The whole point of this issue is the missing explanation of these contribution points, All contribution points on the current page have their link point to a section with...

@gregvanl Until the full doc addition maybe a small mentioning of the feature and a link to the v1.46 release notes.

For Windows I managed to get the a glyph with the following procedure 1. Copy the Source Code Pro Italic TTF fonts from the `C:\Windows\Fonts` folder to a temporary folder...

@alexdima Thanks for the explanation. Maybe a link in the API doc at `TextEditor.visibleRanges` to the `vscode.window.onDidChangeTextEditorVisibleRanges` event.

@arathburgos05 Have you looked at the property `showDirs`, it will show for now the full directories but that will be fixable when #73 is implemented. In your example you show...

@arathburgos05 `"showDirs": false` is the default so why add it as a property if you use `"showDirs": true` you don't get `testType1/LOG/testName1/src/test.c` as a label (it should not be) when...