microsoft / microsoft/vscode-cpptools
'databaseFilename' display error in C/C++ Configuration UI
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Environment
- OS and Version: Windows/Linux/Mac
- VS Code Version: 1.96.4
- C/C++ Extension Version: 1.23.4(pre-release)
- If using SSH remote, specify OS of remote machine: NA
Bug Summary and Steps to Reproduce
Bug Summary: 'databaseFilename' display error in C/C++ Configuration UI
Steps to reproduce:
- Open 'C/C++ Configuration UI', navigate to 'Browse: database filename'.
- Type 'C:/test.cpp' in input box.
- Observe the result.
Expected behavior: the C/C++ Configuration UI should not show the error
Actual behavior: “databaseFilename” in the C/C++ Configuration UI displays an error message not shown in the ‘c_cpp.properties.json’ file
Configuration and Logs
/
Other Extensions
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by reproducing the error in the C/C++ Configuration UI through “Browse: database filename” using C:/test.cpp. Inspect how this value is displayed compared with c_cpp.properties.json; the issue is done when the UI no longer shows an error that is absent from the configuration file.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, typescript
- Domain
- devtools
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100