microsoft / vscode-debugadapter-node

Debug adapter protocol and implementation for VS Code.
Other
273 stars 79 forks source link

Protocol schema: ChecksumAlgorithm Edit #95

Closed WardenGnaw closed 7 years ago

WardenGnaw commented 7 years ago

Removing SHA1Normalized and SHA256Normalized in ChecksumAlgorithms

Protocol only needs to know what type of hash algorithm was used, not if checksum calculated was specifically for LF or CRLF.

msftclas commented 7 years ago

Hi @WardenGnaw, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

It looks like you're a Microsoft contributor (Andrew Wang). If you're full-time, we DON'T require a Contribution License Agreement. If you are a vendor, please DO sign the electronic Contribution License Agreement. It will take 2 minutes and there's no faxing! https://cla.microsoft.com.

TTYL, MSBOT;

gregg-miskelly commented 7 years ago

@andrewcrawley @richardstanton @weinand

weinand commented 7 years ago

Thanks @WardenGnaw