Ian Sanders
Ian Sanders
I don't use OpenAPI at the moment so I'm speaking from memory, but here's an example from an old project of an endpoint with a path parameter: ```json { "/events/{eventId}/attendees":...
When you build a TypeScript service that uses the types, you will eventually need to use the path to query the endpoints. Without the path at a string literal in...
I get this error when I have a response component with an empty content (ie only headers).
https://github.com/microsoft/vscode/pull/71458, https://github.com/microsoft/vscode/pull/70502, and https://github.com/microsoft/vscode/pull/70935 fix a lot of issues with coloring text in the debug console. I would guess that if you try it again now, the problem will most...
@sheadawson @rahulmathews Can you provide an example? I am able to see colors in both the terminal and console. Using this basic script: ```js const colors = require("colors/safe"); console.log(colors.green('hello')); ```...
> Try this script > > ```js > const colors = require("colors"); > > > console.log("hello".green.bold); > ``` That works for me as well:  I tried other colors too:...
@ryanluker Personally I think that making it granular per-feature would clutter the settings too much. Instead a simple checkbox for each coverage type would be great.
Hi, I get a lot of requests for different form sizes but unfortunately it is pretty challenging to add new ones. The problem is not so much in the code...
Thank you! Good luck working on that feature. I will be offline next week but I'll be back on July 11 if you have any questions or requests. Hopefully we...
That's a great point. Another option could be to rename `code` to `src` - I've seen that pattern in a couple of projects as well.