We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98af6a4 commit 514e608Copy full SHA for 514e608
Extension/src/LanguageServer/configurations.ts
@@ -432,7 +432,7 @@ export class CppProperties {
432
433
private async buildVcpkgIncludePath(): Promise<void> {
434
try {
435
- // Check for vcpkgRoot and include relevent paths if found.
+ // Check for vcpkgRoot and include relevant paths if found.
436
const vcpkgRoot: string = util.getVcpkgRoot();
437
if (vcpkgRoot) {
438
const list: string[] = await util.readDir(vcpkgRoot);
0 commit comments