diff --git a/DNNDocs.code-workspace-example b/DNNDocs.code-workspace-example index 7090fd613..6900c9635 100644 --- a/DNNDocs.code-workspace-example +++ b/DNNDocs.code-workspace-example @@ -24,12 +24,16 @@ "args": [ "-noexit", "-command", - "Write-Host 'Reminder: see the .code-workspace file to update terminal startup commands' -ForegroundColor DarkCyan;", - "Write-Host 'DNNDocs - GitHub forked and local' -ForegroundColor Yellow;", + "Write-Host 'See the .code-workspace file to update these terminal startup commands, reminders, etc.' -ForegroundColor DarkCyan;", + "Write-Host \"PowerShell ($($PSVersionTable.PSEdition)): v$($PSVersionTable.PSVersion)\" -ForegroundColor DarkCyan;", "Write-Host '';", - "Write-Host 'REQUIRED: .NET Runtime 6 (20240865 JRF)' -ForegroundColor Yellow;", + "Write-Host 'DNNDocs - GitHub forked and local';", + "Write-Host 'REQUIRED: .NET Runtime 6 (Noted 20240865)' -ForegroundColor Yellow;", "Write-Host '';", - "Write-Host 'Build using Powershell, \"> .\\build.ps1\"' -ForegroundColor Magenta;", + "Write-Host 'REMINDERS:' -ForegroundColor Magenta;", + "Write-Host 'Home page /templates/dnn-docs/index.html.tmpl' -ForegroundColor Magenta;", + "Write-Host 'Build using Powershell, \"> .\\build\"';", + "Write-Host 'List installed .NET runtimes or SDKs, \"> dotnet --list-runtimes\" (or --list-sdks)';", "Write-Host 'See the README to Update from Upstream' -ForegroundColor Magenta;", "# Write-Host 'Reminder: cool or useful reminder goes here, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;", "# ls ; # for subsequent commands"