Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
fix: image links
Browse files Browse the repository at this point in the history
  • Loading branch information
dastrong-codiga authored Nov 30, 2022
1 parent 247dca4 commit 5fc45fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,14 +196,14 @@ information. Their functionality is detailed in their code documentation.
When a user opens a file, or a file is already open when a Solution is being opened, the following flow of actions are performed
to have tagging in the editor, including the extension initialization steps:

![Tagging flow initials](images\tagging-flow-initial.png)
![Tagging flow initials](images/tagging-flow-initial.png)

#### Tagging flow during document editing

When a user makes a modification in a file (regardless of the file also being saved), the following event handling chain is performed,
so that every affected component is notified that they should call an update on tagging and suggested actions:

![Tagging flow during editing](images\tagging-flow-during-editing.png)
![Tagging flow during editing](images/tagging-flow-during-editing.png)

The last step will trigger a call on `RosieViolationSquiggleTagger.GetTags()` and will perform the same tag generation and collection steps as on the flow diagram above.

Expand Down

0 comments on commit 5fc45fd

Please sign in to comment.