Tom

Results 8 comments of Tom

I am experiencing the same behavior within a VS Code Remote SSH Session. When I connect directly from my mac terminal to the windows host everything works fine and the...

Thanks for the quick response, your workaround works fine within the cmd. I can also apply the workaround to PowerShell by setting up a global profile. That's all fine for...

My fault, I restarted the host system, now everything works fine. Thanks again, i owe you!

@JustinGrote, @andyleejordan I personally think that's a cool feature for many applications. For example this could be the foundation for a new Out-GridView like function that works inside DevContainers, remote...

Perhaps the community isn't aware of this feature at all? It is only mentioned in the 1.4.0 release notes and in an older issue about the possibility of adding css/js...

yes, that's possible, but I can't use all values as handlebars, like 'labels' for example: ``` --- id: {{id}} title: {{title}} dueDate: {{due_date}} webUrl: {{web_url}} project: {{references.full}} labels: {{#each labels}}#{{this}}...

any thoughts on that? > yes, that's possible, but I can't use all values as handlebars, like 'labels' for example: > > ``` > --- > id: {{id}} > title:...

@JonnyDeates, thx for the commit, works perfectly!