Valdeci Gomes

Results 4 comments of Valdeci Gomes
trafficstars

I'm available to maintain the repo. I'll try to update to new node version and try to work on the issues.

Same problem here, I am having problem acquiring the .net version 7.0.9 in a proxied environment in a client, as I can not do anything besides opening a ticket to...

Thanks for the reply @dibarbet. Unfortunately, even with the following options in my `settings.json` file: ```json "dotnetAcquisitionExtension.existingDotnetPath": [ { "extensionId": "ms-dotnettools.csharp", "path": "/home/user/.dotnet/dotnet" } ] "razor.trace": "Verbose", "dotnet.server.trace": "Trace" ```...

For me checking the logs it is working after setting: ```json "dotnetAcquisitionExtension.existingDotnetPath": [ { "extensionId": "ms-dotnettools.csharp", "path": "/home/user/.dotnet/dotnet" } ] ``` Checking the `C#` logs everything is working properly, but...