pro-cpp-cli-core 1.0.14 → 1.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -56,9 +56,9 @@ We've built a bulletproof PowerShell builder specifically for `C++20 Modules` th
56
56
 
57
57
  How to set it up in 2 steps:
58
58
 
59
- 2. Download our magic build.ps1 and save it inside your .vscode/ folder.
59
+ 2. Download our magic [build.ps1](https://github.com/anton-po-github/pro-cpp/blob/main/.vscode/build.ps1) and save it inside your .vscode/ folder.
60
60
 
61
- 2. Replace your `.vscode/tasks.json` with this configuration.
61
+ 2. Replace your `.vscode/tasks.json` with [this configuration](https://github.com/anton-po-github/pro-cpp/blob/main/.vscode/tasks.json).
62
62
 
63
63
  That's it! Press F5 to start debugging. Our script will auto-resolve your C++ module dependencies while keeping the `procpp watch` terminal clean and running in the background.
64
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pro-cpp-cli-core",
3
- "version": "1.0.14",
3
+ "version": "1.0.15",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/anton-po-github/pro-cpp-cli-core.git"