File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed
samples/graph-rsc-helper/nodeJs/.vscode Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments