Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding mappings between components and Intellisense options #4704

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@
"options",
"resultProperty",
"*"
]
],
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Connect to a skill",
"subtitle": "Skill Dialog",
"helpLink": "https://aka.ms/bf-composer-docs-connect-skill"
"helpLink": "https://aka.ms/bf-composer-docs-connect-skill",
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Delete properties",
"subtitle": "Delete Properties",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"properties": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Delete a property",
"subtitle": "Delete Property",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"property": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
"form": {
"label": "Edit an array property",
"subtitle": "Edit Array",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,23 @@
"hidden": [
"actions"
],
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow"
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"index": {
"intellisenseScopes": [
"variable-scopes"
]
},
"value": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,23 @@
"hidden": [
"actions"
],
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow"
"helpLink": "https://aka.ms/bfc-controlling-conversation-flow",
"properties": {
"itemsProperty": {
"intellisenseScopes": [
"user-variables"
]
},
"pageIndex": {
"intellisenseScopes": [
"variable-scopes"
]
},
"page": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
"headers",
"*"
],
"helpLink": "https://aka.ms/bfc-using-http"
"helpLink": "https://aka.ms/bfc-using-http",
"properties": {
"resultProperty": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
"form": {
"label": "Set properties",
"subtitle": "Set Properties",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"assignments": {
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Set a property",
"subtitle": "Set Property",
"helpLink": "https://aka.ms/bfc-using-memory"
"helpLink": "https://aka.ms/bfc-using-memory",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"hidden": [
"actions"
]
},
"condition": {
"intellisenseScopes": [
"user-variables"
]
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a file or an attachment",
"subtitle": "Attachment Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt with multi-choice",
"subtitle": "Choice Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for confirmation",
"subtitle": "Confirm Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a date or a time",
"subtitle": "Date Time Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for a number",
"subtitle": "Number Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
"form": {
"label": "Prompt for text",
"subtitle": "Text Input",
"helpLink": "https://aka.ms/bfc-ask-for-user-input"
"helpLink": "https://aka.ms/bfc-ask-for-user-input",
"properties": {
"property": {
"intellisenseScopes": [
"variable-scopes"
]
}
}
}
}