mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-28 19:25:25 -07:00
8 lines
No EOL
285 B
PowerShell
8 lines
No EOL
285 B
PowerShell
$params = @{
|
|
HtmlBodyContent = "Testing JavaScript and CSS paths..."
|
|
JavaScriptPaths = ".\Assets\script.js"
|
|
StyleSheetPaths = ".\Assets\style.css"
|
|
}
|
|
|
|
$view = New-VSCodeHtmlContentView -Title "Test View" -ShowInColumn Two
|
|
Set-VSCodeHtmlContentView -View $view @params |