Jacob Hodges

Results 17 comments of Jacob Hodges

You've mentioned AWS Lambda, that doesn't make any sense.

I've at least got the ILogger stuff wired up correctly doing the following: ``` [assembly: FunctionsStartup(typeof(FunctionsTest.Startup))] namespace FunctionsTest { public class Startup : FunctionsStartup { public override void Configure(IFunctionsHostBuilder builder)...

I just hit this today and I'm wondering if there is a proper fix for this yet?

I am already using `dotnet msbuild`. I am assuming you mean after #2702 is merged?

@smadala are you still actively working on this issue?

I'm using the following to add the retention policy only when a value is provided for `diagnosticStorageAccountId`. ```bicep var storageAccountRetentionPolicy = { enabled: true days: diagnosticLogsRetentionInDays } var retentionPolicy =...

This is still an issue for me. I use the dev drive with a folder mount which is the only difference from the standard setup.

@eamodio please consider re-opening and I can provide any additional info. Sorry I have been away on leave.

Confirming that this issue is to do with the NTFS junction created when using the Paths feature of Dev Drive. ![image](https://github.com/gitkraken/vscode-gitlens/assets/2740855/271fa599-d042-41a9-a33f-6be177d1badd) ![image](https://github.com/gitkraken/vscode-gitlens/assets/2740855/192f3a68-e6cb-44c4-a964-c9add58c2e7c) If I access my repo directly via the...