Skip to content

Commit 148cab1

Browse files
committed
revert launch.json
1 parent c918d2c commit 148cab1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.vscode/launch.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@
88
"type": "lldb",
99
"request": "launch",
1010
"name": "Debug config",
11-
"program": "C:\\dsc\\dsc\\target\\debug\\dsc.exe",
11+
"program": "${workspaceFolder}/config/target/debug/config",
1212
"args": [
13-
"config",
14-
"set",
15-
"-w",
16-
"-d",
17-
"$schema: https://raw.githubusercontent.com/PowerShell/DSC/main/schemas/2023/10/config/document.json\nresources:\n- name: Registry\n type: Microsoft.Windows/Registry\n properties:\n keyPath: 'HKCU\\1\\2'"
13+
"list",
14+
"r*"
1815
],
19-
"cwd": "C:\\dsc"
16+
"cwd": "${workspaceFolder}"
2017
},
2118
{
2219
"name": "(macOS) Attach",

0 commit comments

Comments
 (0)