Richard Willis

Results 80 comments of Richard Willis

It's annoying I agree, but variable expansion in config/settings is a core missing feature in vscode, see: https://github.com/microsoft/vscode/issues/46471 So I would not expect the extension authors to solve this themselves....

Personally I wold prefer not introducing new settings to accommodate relative/absolute. It's pretty easy to normalise a relative path [from node.js](https://nodejs.org/api/path.html#path_path_isabsolute_path) so I might suggest this approach to them when...

Can you show a screenshot of where you expect the debug icon to appear?

hi @ugurlu The debug icon is displayed in that screenshot. It's the bug icon. Can you confirm, that after adding a breakpoint in your code, and clicking on the bug...

Sorry I wasn't able to look at this over the weekend. Thanks for letting me know about this @ugurlu. I should be able to make it greedy quite easily, and...

Thanks for highlighting this issue, as i wasn't aware of it. I'll take a look at fixing this.

I tested this with: - `gradle init` (using `kotlin` as implementation language) - install `vscode-gradle` 3.5.0 - install `fwcd.kotlin` 0.2.18 both extensions attempt to resolve gradle dependencies on activation: -...

From my testing using `node-pty` and setting the terminal width does solve this issue when running the wrapper script, but it does not solve the issue when using the tooling...