windows-drivers-rs
windows-drivers-rs copied to clipboard
`cargo wdk new` should initialize VCS by default
Currently cargo wdk new command passes --vcs none when invoking cargo new, but most users would want VCS to be enabled which is why it is the default behaviour in cargo new. So we should remove --vcs none.