rioj7
rioj7
On Google Chrome I see question marks in the medal display. In the example image there are medal images for the Gold, Silver, Bronze Podium Places. The font used is...
In the Minutes Per Star chart only the top 3 player where shown. It is not possible to compare your times with any other player. Now depending of Responsive it...
Not all fonts have the medal Unicode Chars, at least at Windows 8.1, using SVG images bypasses this. close #56
## Expected Behavior If a test fails in a suite the suite-detail CSS class should be: `jasmine-suite-detail jasmine-failed` ## Current Behavior If a test fails in a suite the suite-detail...
Not all [Contribution Points](https://code.visualstudio.com/api/references/contribution-points) are documented. If you use the completion items in `package.json` the following are missing from the doc page: * `authentication` * `codeActions` * `css.customData` * `documentation`...
In the [v1.42 release notes](https://code.visualstudio.com/updates/v1_42#_input-pickstring-label) I found a feature that is not documented in the [Input variables](https://code.visualstudio.com/docs/editor/variables-reference#_input-variables) section of the User Guide. The options array in the `pickString` input variable...
On the [Debugger](https://code.visualstudio.com/docs/editor/debugging) page there is mention of [Data breakpoints](https://code.visualstudio.com/docs/editor/debugging#_data-breakpoints). Where in the `VARIABLES` view is the UI to create a Data breakpoint? Which debuggers support Data breakpoints? I tried...
Using ${command} variable in launch config passes the launch config as argument to command. This is an undocumented feature as mentioned in microsoft/vscode#144648 See [Command variables](https://code.visualstudio.com/docs/editor/variables-reference#_command-variables) section of the Variables...
On the page about tasks is the image in the section about [Defining a problem matcher](https://code.visualstudio.com/docs/editor/tasks#_defining-a-problem-matcher) wrong. In the image the whole word `prinft` has a squiggle, but the error...
On the Tree View page the [Welcome Content](https://code.visualstudio.com/api/extension-guides/tree-view#welcome-content) talks about > An empty view is a view that has no **message** and an empty tree. What is the **message** mentioned...