chore: update command menu and slash command copy for consistency
Description
There are some inconsistencies in the VS Code UI copy in our command menu (see #1461 (closed)). This merge request creates consistency.
**Note: changing the command from "Explain this code" to "Explain this snippet" as opposed to doing the inverse of changing all references of snippet to 'code' is a reflection of what the user would expect from "Duo Chat", additionally, we may or will be using the same /explain
command to explain things such as terminal output (see. gitlab#477749 (closed)) which is outside the umbrella of just "code". **
Related Issues
Resolves #1461 (closed)
How has this been tested?
- Updated copy.
- Verified changes by running the extension locally in an extension development host in VS Code.
Screenshots (if appropriate)
What CHANGELOG entry will this MR create?
-
fix:
Bug fix fixes - a user-facing issue in production - included in changelog -
feature:
New feature - a user-facing change which adds functionality - included in changelog -
BREAKING CHANGE:
(fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog -
None - other non-user-facing changes