Skip to content

Releases: wzid/vscode-to-vs

1.0.2

03 Apr 21:21
Compare
Choose a tag to compare

Changes:

+ Added Homebrew support
- Removed install.sh
+ Formatted code
+ More extensive use of anyhow crate
- Remove the piece of code that prints out all the files in the directory. Now just prints out files that are copied over.

1.0.1

18 Jan 21:53
Compare
Choose a tag to compare

Changes:

  • Fixed a bug that would cause the program to crash if you had files that were not meant to be copied over
  • Fixed bugs with the program crashing due to assets not being found
  • Improved the code to be more idiomatic
  • Added the anyhow and clap crates

1.0

18 Jan 05:59
Compare
Choose a tag to compare
1.0

Usage:

./vscode-to-vs.app [ProjectName] ["File Path"]
The file path should be the path to the folder that holds all the VS Code C++ files

Example:

./vscode-to-vs.app Lab10 "/Users/wzid/Documents/Lab 10"