add an `--ignore-matching-lines` option as for `git diff`
See original GitHub issueIt would be nice if you could add the
--ignore-matching-lines
option as for git diff
to VSCode.
(This feature is e.g. already present in WinMerge.)
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
How does git diff --ignore-matching-lines work
The --ignore-matching-lines and other similar flags only work when git is actually comparing the content of the files. When passing --name-only ...
Read more >ignoring changes matching a string in git diff - Stack Overflow
Add a new diff option that enables ignoring changes whose all lines (changed, removed, and added) match a given regular expression.
Read more >diff-options Documentation - Git
Ignore whitespace when comparing lines. This ignores differences even if one line has whitespace where the other line has none. allow-indentation-change.
Read more >How to diff files ignoring comments (lines starting with #)?
You can specify more than one regular expression for lines to ignore by using more than one -I option. diff tries to match...
Read more >Re: [PATCH v3 2/2] diff: add -I<regex> that ignores matching ...
This is > similar to the -I/--ignore-matching-lines option in standalone diff > utilities ... 2 deletions(-) > > diff --git a/Documentation/diff-options.txt ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@lszomoru I wasn’t able to build vscode properly that time. Because of that I wasn’t able to proceed further, so I have lost track of it now. I would try once again and if problem arises I would comment here. Does that work?
@lszomoru This time I tried to build it on Docker by following this Build Guide, but it gave the following build error. Am I missing something?
I ran
yarn install
which successfully installed all the dependencies.But on running
bash scripts/code.sh
gave the following build error. Is it related to allocation of resources for docker container. I have WSL2 integration on so there is no option for setting RAM allocations.