Skip to content

Commit c6ea1b6

Browse files
Update DNNDocs.code-workspace-example
A few final tweaks
1 parent fb199f9 commit c6ea1b6

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

DNNDocs.code-workspace-example

+8-4
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@
2424
"args": [
2525
"-noexit",
2626
"-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;",
2929
"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;",
3132
"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)';",
3337
"Write-Host 'See the README to Update from Upstream' -ForegroundColor Magenta;",
3438
"# Write-Host 'Reminder: cool or useful reminder goes here, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;",
3539
"# ls ; # for subsequent commands"

0 commit comments

Comments
 (0)