AArnott / Library.Template

A template for a NuGet package with tests, stylecop, fxcop, versioning, and Azure Pipelines build ready to go.
MIT License
131 stars 26 forks source link

Use HTTPS URLs wherever possible #23

Closed Eilon closed 5 years ago

Eilon commented 5 years ago

@AArnott, is this file created manually or is it from some tool? If from a tool, do you know where this file originally came from? If so, I'd like to send a PR to the original location to fix for all future users.

codecov[bot] commented 5 years ago

Codecov Report

Merging #23 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #23   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           1      1           
  Lines           2      2           
=====================================
  Hits            2      2

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5cc44c4...70dcaca. Read the comment docs.

Eilon commented 5 years ago

@AArnott ah here is the original: https://github.com/microsoft/vscode/blob/master/src/vs/workbench/contrib/extensions/common/extensionsFileTemplate.ts#L42

I'll send them a PR to fix it!

Eilon commented 5 years ago

VS Code PR sent: https://github.com/microsoft/vscode/pull/81081