HebelHuber
Results
2
comments of
HebelHuber
I agree, that would be a really nice feature. I found the line responsible for the name [here](https://github.com/blakedietz/vscode-nested-tags/blob/master/src/tag-tree-data-provider.ts#L71).
I have the same issue. It's not the server, using curl works. EDIT I just solved it on my side. Added in settings: ```json { ... "rest-client.excludeHostsForProxy": [ "localhost", "127.0.0.1"...