1 write to _extensionPath
Infrastructure.Tests (1)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (1)
39_extensionPath = Path.Combine(_workspace.Path, "extension");
3 references to _extensionPath
Infrastructure.Tests (3)
PowerShellScripts\TrustedExtensionReleasePrTests.cs (3)
41Directory.CreateDirectory(_extensionPath); 205private string PackageJsonPath => Path.Combine(_extensionPath, "package.json"); 206private string ChangelogPath => Path.Combine(_extensionPath, "CHANGELOG.md");