-
Notifications
You must be signed in to change notification settings - Fork 4
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
39 add option to only show specific lines #44
39 add option to only show specific lines #44
Conversation
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
# Conflicts: # extension.json
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Marked as changes needed due to Python files not working.
else { | ||
showLines.push( Number( currentRange ) ); | ||
} | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could go into a nice pure-function with full unit-test coverage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modified
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Fixed for other langugages |
Has conflicts with master. Needs rebase or merge |
# Conflicts: # src/Domain/ContentRenderer/CodeRenderer.php # src/Domain/ContentRenderer/RendererConfig.php # src/UseCases/Embed/EmbedRequest.php # tests/Integration/Domain/CodeRendererTest.php # tests/Unit/Domain/WikiContentRendererFactoryTest.php # tests/Unit/UseCases/Embed/EmbedUseCaseTest.php Signed-off-by: Muhammad Yousuf Fazal <[email protected]>
Conflicts resolved. |
For #39