-
Notifications
You must be signed in to change notification settings - Fork 523
Description
At step 2, Click on any of the related lines and bring up Copilot inline chat by using the keyboard command Ctrl + I (windows) or Cmd + I (mac). , this needs more detailed instructions. If you don't do this just right it doesn't work or the code is junk. First I tried clicking inside one of the objects, and it wouldn't even let me do it inline, it told me I had to use the main chat; next I tried clicking the variable name, and it inserted code in the middle of the variable name; then I tried clicking at the start of the list, and it inserted code but didn't maintain proper json structure (brackets and commas were out of place); finally I clicked just after the final item in the list but before the closing bracket, and it worked. If I had not been persistent I would have assumed the instructions were incorrect after my first attempt.
I think instead the instructions should read Click in the list at the point at which you would like to insert additional activities and...