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 c8dc245 commit 1016ce4Copy full SHA for 1016ce4
.vscode/launch.json
@@ -37,23 +37,6 @@
37
"program": "pwsh.exe"
38
}
39
},
40
- {
41
- "name": "Debug with local copy of PnP Framework",
42
- "type": "coreclr",
43
- "request": "launch",
44
- "preLaunchTask": "Build with local copy of PnP Framework",
45
- "args": [],
46
- "cwd": "${workspaceFolder}",
47
- "stopAtEntry": false,
48
- "console": "externalTerminal",
49
- "program": "pwsh",
50
- "osx": {
51
52
- },
53
- "windows": {
54
- "program": "pwsh.exe"
55
- }
56
57
{
58
"preLaunchTask": "Build with nugets",
59
"name": ".NET Core Attach",
0 commit comments