Skip to content

Commit 1016ce4

Browse files
committed
Reverting launch config as its not part of this PR
1 parent c8dc245 commit 1016ce4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.vscode/launch.json

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@
3737
"program": "pwsh.exe"
3838
}
3939
},
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-
"program": "pwsh",
52-
},
53-
"windows": {
54-
"program": "pwsh.exe"
55-
}
56-
},
5740
{
5841
"preLaunchTask": "Build with nugets",
5942
"name": ".NET Core Attach",

0 commit comments

Comments
 (0)