|
24 | 24 | "args": [
|
25 | 25 | "-noexit",
|
26 | 26 | "-command",
|
27 |
| - "Write-Host 'Reminder: see the .code-workspace file to update terminal startup commands' -ForegroundColor DarkCyan;", |
28 |
| - "Write-Host 'DNNDocs - GitHub forked and local' -ForegroundColor Yellow;", |
| 27 | + "Write-Host 'See the .code-workspace file to update these terminal startup commands, reminders, etc.' -ForegroundColor DarkCyan;", |
| 28 | + "Write-Host \"PowerShell ($($PSVersionTable.PSEdition)): v$($PSVersionTable.PSVersion)\" -ForegroundColor DarkCyan;", |
29 | 29 | "Write-Host '';",
|
30 |
| - "Write-Host 'REQUIRED: .NET Runtime 6 (20240865 JRF)' -ForegroundColor Yellow;", |
| 30 | + "Write-Host 'DNNDocs - GitHub forked and local';", |
| 31 | + "Write-Host 'REQUIRED: .NET Runtime 6 (Noted 20240865)' -ForegroundColor Yellow;", |
31 | 32 | "Write-Host '';",
|
32 |
| - "Write-Host 'Build using Powershell, \"> .\\build.ps1\"' -ForegroundColor Magenta;", |
| 33 | + "Write-Host 'REMINDERS:' -ForegroundColor Magenta;", |
| 34 | + "Write-Host 'Home page /templates/dnn-docs/index.html.tmpl' -ForegroundColor Magenta;", |
| 35 | + "Write-Host 'Build using Powershell, \"> .\\build\"';", |
| 36 | + "Write-Host 'List installed .NET runtimes or SDKs, \"> dotnet --list-runtimes\" (or --list-sdks)';", |
33 | 37 | "Write-Host 'See the README to Update from Upstream' -ForegroundColor Magenta;",
|
34 | 38 | "# Write-Host 'Reminder: cool or useful reminder goes here, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;",
|
35 | 39 | "# ls ; # for subsequent commands"
|
|
0 commit comments