Skip to content

Commit 9254008

Browse files
Merge pull request #1865 from qfai/main
fix: Update YAML schema version to v1.2 to support additionalMetadata and Add chrome debug settings for sample graph-rsc-helper
2 parents 61d8838 + 45eae53 commit 9254008

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
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+
}

samples/msgext-link-unfurling-reddit/nodejs/m365agents.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
environmentFolderPath: ./env
77

0 commit comments

Comments
 (0)