File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed
graph-rsc-helper/nodeJs/.vscode
msgext-link-unfurling-reddit/nodejs Expand file tree Collapse file tree 2 files changed +29
-3
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+ }
Original file line number Diff line number Diff line change 1- # yaml-language-server: $schema=https://aka.ms/teams-toolkit/1.0.0 /yaml.schema.json
1+ # yaml-language-server: $schema=https://aka.ms/teams-toolkit/v1.2 /yaml.schema.json
22# Visit https://aka.ms/teamsfx-v5.0-guide for details on this file
33# Visit https://aka.ms/teamsfx-actions for details on actions
4- version : 1.0.0
4+ version : v1.2
55
66environmentFolderPath : ./env
77
You can’t perform that action at this time.
0 commit comments