Inactive region highlight#1505
Conversation
grdowns
commented
Jan 31, 2018
- Remove Ranges equality comparison as it is only a topical fix for incorrect messages on partial reparses of files from the language server
- InputRanges replaced with InputRegions. As inactive regions apply to the whole line, having the character number information is not needed
…oft/vscode-cpptools into inactive-region-highlight
WardenGnaw
left a comment
There was a problem hiding this comment.
Next time, don't merge master into your working branch. This way you won't have previous commits listed in the PR. You can either create a new branch off of master git checkout master -b <branchname> or if you are on the branch you are on and are about to start working on it without any changes you can do git reset --hard origin/master.
Don't forget to squash 😄
|
+1 to what @WardenGnaw said. If you check out latest master, you can do |