This repository has been archived by the owner on May 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding diagnostic command to check command Ids and fixing typo in tes… (
#121) * adding diagnostic command to check command Ids and fixing typo in test name * removing extra paren in output message * updating validation to provide better feedback * adding ellipsis to the starting line to hint at an ongoing process * removing generic group name in favor of a didact specific one * revamping validation for easier testing and addressing PR feedback * massaging the tests and adding new negative test Signed-off-by: bfitzpat@redhat.com <bfitzpat@redhat.com>
- Loading branch information
Showing
7 changed files
with
119 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Didact Command Validation | ||
|
||
Though a command ID referenced in one VS Code environment may be valid, it may not exist in another. We now have a validation step that ensures that all command IDs found in Didact links are valid. | ||
|
||
## Valid | ||
|
||
Open the Command Palette now, using `Ctrl+Shift+P` on your keyboard. Or [click here](didact://?commandId=workbench.action.showCommands) | ||
|
||
## Invalid | ||
|
||
This command does not exist. [Click here](didact://?commandId=invalid.command.specified) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters