Releases: wzid/vscode-to-vs
Releases · wzid/vscode-to-vs
1.0.2
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
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
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"