1 write to VSCodeInstallDir
Microsoft.VisualStudioCode.Razor.IntegrationTests (1)
Services\TestSettings.cs (1)
93settings.VSCodeInstallDir = vscodeTestDir;
1 reference to VSCodeInstallDir
Microsoft.VisualStudioCode.Razor.IntegrationTests (1)
Services\VSCodeService.cs (1)
47var installDir = testServices.Settings.VSCodeInstallDir ?? throw new InvalidOperationException("VSCodeInstallDir not configured");