mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-15 05:36:57 +00:00
Addressed more PR review feedback
This commit is contained in:
@@ -72,7 +72,12 @@ my-overlays/
|
||||
"name": "telemetry-sdk",
|
||||
"version": "1.0.0",
|
||||
"description": "Internal telemetry SDK",
|
||||
"dependencies": ["curl", "nlohmann-json"]
|
||||
"dependencies": [
|
||||
"curl",
|
||||
"nlohmann-json",
|
||||
{ "name": "vcpkg-cmake", "host": true },
|
||||
{ "name": "vcpkg-cmake-config", "host": true }
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user