mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-29 03:31:59 -07:00
8 lines
285 B
PowerShell
8 lines
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
|