.vscode/launch.json
|
{
"version": "0.2.0", "configurations": [ { "name": "Console-CensorChecker", "type": "PowerShell", "request": "launch", "script": "${workspaceFolder}/Console-CensorChecker.ps1", "args": [] } ] } |
|
{
"version": "0.2.0", "configurations": [ { "name": "Console-CensorChecker", "type": "PowerShell", "request": "launch", "script": "${workspaceFolder}/Console-CensorChecker.ps1", "args": [] } ] } |