Closed trittimo closed 3 years ago
Hi Trittimo, I am unable to duplicate this. Are you able to provide reproduction steps?
Hey @Norrch2, I have updated my original comment w/ repro steps. Can you give it a try and see if the same happens for you?
Hi Trittimo, do you happen to have any settings for workspaces being used?
Hi Trittimo, do you happen to have any settings for workspaces being used?
These are my global extension settings:
I don't have a .vscode/settings.json file in the folder
I confirmed w/ two colleagues that we are seeing the same thing after updating.
@Norrch2 Figured it out. Adding a new variable EnvironmentsFolder to the appsettings fixed it. I guess that's a new variable? There probably needs to be a check to see if the value has been set in the appsettings.json and either throw an error or set it to a default value of "Environments"
@trittimo thanks for the update.
I haven't considered this a factor since the EnvironmentsFolder is created when appsettings.json is generated.
Hi, @trittimo I have created a PR to resolve this.
Extension version: 1.2.101 Description of bug: Build is recursively populating the Environments folder until VS Code crashes.
It appears that this only happens if you build when there is a pre-existing Environments folder there.
I downgraded to 1.2.93 and things work normally again. Haven't tried all the versions in between.
Reproduction steps: