|
| 1 | +{ |
| 2 | + "folders": [ |
| 3 | + { |
| 4 | + "name": "DNNDocs (root)", |
| 5 | + "path": "." |
| 6 | + }, |
| 7 | + { |
| 8 | + "name": "templates/dnn-docs", |
| 9 | + "path": "templates/dnn-docs" |
| 10 | + }, |
| 11 | + { |
| 12 | + "name": "content", |
| 13 | + "path": "content" |
| 14 | + }, ], |
| 15 | + "settings": { |
| 16 | + "editor.tabSize": 2, |
| 17 | + "editor.insertSpaces": true, |
| 18 | + "editor.detectIndentation": false, |
| 19 | + "terminal.integrated.cwd": "${workspaceFolder}", |
| 20 | + "terminal.integrated.defaultProfile.windows": "PowerShell", |
| 21 | + "terminal.integrated.profiles.windows": { |
| 22 | + "PowerShell": { |
| 23 | + "path": "pwsh.exe", |
| 24 | + "args": [ |
| 25 | + "-noexit", |
| 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;", |
| 29 | + "Write-Host '';", |
| 30 | + "Write-Host 'REQUIRED: .NET Runtime 6 (20240865 JRF)' -ForegroundColor Yellow;", |
| 31 | + "Write-Host '';", |
| 32 | + "Write-Host 'Build using Powershell, \"> .\\build.ps1\"' -ForegroundColor Magenta;", |
| 33 | + "Write-Host 'See the README to Update from Upstream' -ForegroundColor Magenta;", |
| 34 | + "# Write-Host 'Reminder: cool or useful reminder goes here, \"> nvm use vNN.NN.NN \"' -ForegroundColor Magenta;", |
| 35 | + "# ls ; # for subsequent commands" |
| 36 | + ] |
| 37 | + } |
| 38 | + }, |
| 39 | + "explorer.fileNesting.enabled": true, |
| 40 | + "explorer.fileNesting.patterns": { |
| 41 | + "*.sln": ".env, .browserslistrc, .eslint*, .*.json, .git*, .editorconfig, .nvmrc, .*ignore, gulp*.js, *.code-workspace, build.*, global.json", |
| 42 | + "README.md": "READ*", |
| 43 | + }, |
| 44 | + }, |
| 45 | + "extensions": { |
| 46 | + "recommendations": [ |
| 47 | + "alefragnani.project-manager", |
| 48 | + "gruntfuggly.todo-tree", |
| 49 | + "aaron-bond.better-comments", |
| 50 | + ] |
| 51 | + } |
| 52 | +} |
0 commit comments