Skip to content

Commit

Permalink
Update DNNDocs.code-workspace-example
Browse files Browse the repository at this point in the history
A few final tweaks
  • Loading branch information
jeremy-farrance authored Sep 2, 2024
1 parent fb199f9 commit c6ea1b6
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions DNNDocs.code-workspace-example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c6ea1b6

Please sign in to comment.