Skip to content

Commit 45eae53

Browse files
authored
Add chrome debug configurations for RSC sample
1 parent 3f46474 commit 45eae53

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

samples/graph-rsc-helper/nodeJs/.vscode/launch.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,5 +125,31 @@
125125
},
126126
"stopAll": true
127127
},
128+
{
129+
"name": "Debug in team channel for RSC permissions (Chrome)",
130+
"configurations": [
131+
"Attach to Frontend in Teams (Chrome)",
132+
"Attach to Local Service"
133+
],
134+
"preLaunchTask": "Start Teams App Locally for team",
135+
"presentation": {
136+
"group": "group 2: Teams (Chrome)",
137+
"order": 1
138+
},
139+
"stopAll": true
140+
},
141+
{
142+
"name": "Debug in group chat for RSC permissions (Chrome)",
143+
"configurations": [
144+
"Attach to Frontend in Teams (Chrome)",
145+
"Attach to Local Service"
146+
],
147+
"preLaunchTask": "Start Teams App Locally for chat",
148+
"presentation": {
149+
"group": "group 2: Teams (Chrome)",
150+
"order": 2
151+
},
152+
"stopAll": true
153+
}
128154
]
129-
}
155+
}

0 commit comments

Comments
 (0)