Anthony Mastrean
Anthony Mastrean
This _used to_ work, but now it doesn't. Running the second launch task always seems to invoke the first (the browser pops up, instead of my CLI migrator). **.vscode/launch.json** ```json...
We're seeing three _different_ messages across different machines (not sure which are coming from this setting): > ``` > Unable to set 'TargetFramework=;build' as the active configuration. Please delete this...
> diffing extensions and settings Compared extensions and settings across a machine with and without the problem ðŸ˜
We also found a way to use the C# Dev Kit "improved" launch experience to launch non-default profiles, but I didn't record the steps or take any screenshots. You can...
Workarounds include: * Running a custom `.wsb` file ```xml Disable ``` * Disable the GPO setting (Computer Configuration > Administrative Templates > Windows Components > Windows Sandbox > Allow vGPU...
> ... there's generally a lack of need for this... Database migration libraries expect to send multiple statements from a script file with minimal preprocessing. https://github.com/DbUp/dbup-postgresql/blob/3eed65910b8771b8de28e35a916473183c23f948/src/dbup-postgresql/PostgresqlTableJournal.cs#L31