We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c918d2c commit 148cab1Copy full SHA for 148cab1
.vscode/launch.json
@@ -8,15 +8,12 @@
8
"type": "lldb",
9
"request": "launch",
10
"name": "Debug config",
11
- "program": "C:\\dsc\\dsc\\target\\debug\\dsc.exe",
+ "program": "${workspaceFolder}/config/target/debug/config",
12
"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'"
+ "list",
+ "r*"
18
],
19
- "cwd": "C:\\dsc"
+ "cwd": "${workspaceFolder}"
20
},
21
{
22
"name": "(macOS) Attach",
0 commit comments