Skip to content

Commit 7996953

Browse files
committed
Add 'interactive session' config to launch.json in examples
1 parent 03417e6 commit 7996953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/.vscode/launch.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
{
22
"version": "0.2.0",
33
"configurations": [
4+
{
5+
"type": "PowerShell",
6+
"request": "launch",
7+
"name": "PowerShell Interactive Session"
8+
},
49
{
510
"type": "PowerShell",
611
"request": "launch",

0 commit comments

Comments
 (0)