Hi.
I am VS Code & windows 11 user.
Now I am struggle with weird behavior of VS Code
VS Code Says "Use of undeclared identifier" but It compiles well.
I think I didn't some settings about C++ or chromium project.
I moved four files
- keybindings.json
- launch.json
- settings.json
- tasks.json
into .vscode folder.
Also I installed extensions that doc recommand to install via this command : "ms-vscode.cpptools", "llvm-vs-code-extensions.vscode-clangd", "ms-python.python", "bbenoist.togglehs", "peterj.proto", "Google.vscode-mojom", "msedge-dev.gnls", "stkb.rewrap", "ms-vscode-remote.remote-ssh", "eamodio.gitlens" | ForEach-Object { code --force --install-extension $_ }
but nothing changed. I cannot find what I am missing
thank you