extensions: Ensure make uses tab instead of space.#6542
extensions: Ensure make uses tab instead of space.#6542lance wants to merge 1 commit intomicrosoft:masterfrom
Conversation
This change addresses the following issues: microsoft#6447 microsoft#4815
|
By analyzing the blame information on this pull request, we identified @egamma to be a potential reviewer |
|
Hi @lance, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! TTYL, MSBOT; |
|
@alexandrudima ok - I remain confused about the behavior I am seeing. The behavior noted in the two issues I reference here does not occur for me with these changes. But it's completely unclear why to me now. Hmm. |
|
I think this setting might make things unexpected: When |
|
Edit I take my request back. Really this is my fault for not reading the entirety of the settings document. I'm more upset with myself for experiencing this exact issue for weeks and not thinking it had anything to do with another setting. :) Thanks for clearing up my issue though. |
This change addresses the following issues:
#6447
#4815
It was not clear to me how to write an automated test for this change. All testing was done manually. When editing a Makefile, now the default is to use tabs instead of spaces. Switching to another file/type, and then back to the Makefile does not alter this behavior. Quitting and restarting the editor also does not alter this behavior. If an automated test is required, please point me to an example so that I can replicate it.