-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Environment
- OS and Version: Windows 11 Home 23H2 - 22631.4602
- VS Code Version: 1.96.0
- C/C++ Extension Version: 1.22.11
- If using SSH remote, specify OS of remote machine: -
Bug Summary and Steps to Reproduce
Bug Summary:
The warning
[Warning] Some references may be missing, because workspace parsing was incomplete when Find All References was started.2
keeps beim spammed to my output tab in the terminal. I have already tried everything i could find, adapted my c_cpp_properties.json, increased memory for intellisense and so on. It kept being spammed. Okay, I found this issue #6320 and they say the warning is "by design" - sure, no problem, makes sense to me. So then I will just change the loggingLevel through my settings, so I went and set
"C_Cpp.loggingLevel": "Error"
in both .vscode/settings.json as well as the global settings.json.
Warnings still came through, opening my console every minute or so completely shredding my train of thought every single time. Fine, then I'll go
"C_Cpp.loggingLevel": "None"
AND THE WARNING STILL COME THROUGH AND POP UP!
Please ... i just want to code undisturbed by this goddamn output terminal!
Steps to reproduce:
- Try to disable the warnings in output by setting "C_Cpp.loggingLevel": "Error" | "None"
- they still pop up
Expected behavior:
- Try to disable the warnings in output by setting "C_Cpp.loggingLevel": "Error" | "None"
- they dont pop up
Configuration and Logs
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/src/**",
"${workspaceFolder}/../Deps/include/**"
],
"defines": [],
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}
-------- Diagnostics - 12/17/2024, 3:27:02 PM
Version: 1.22.11
Current Configuration:
{
"name": "Win32",
"includePath": [
"h:/Projects/AbandonedCrypt/FirstSoloSteps/src/**",
"h:/Projects/AbandonedCrypt/FirstSoloSteps/../Deps/include/**"
],
"defines": [],
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "msvc-x64",
"compilerPathIsExplicit": true,
"cStandardIsExplicit": true,
"cppStandardIsExplicit": true,
"intelliSenseModeIsExplicit": true,
"compilerPathInCppPropertiesJson": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe",
"mergeConfigurations": false,
"browse": {
"path": [
"h:/Projects/AbandonedCrypt/FirstSoloSteps/src/**",
"h:/Projects/AbandonedCrypt/FirstSoloSteps/../Deps/include/**",
"${workspaceFolder}"
],
"limitSymbolsToIncludedHeaders": true
}
}
Modified Settings:
{
"C_Cpp.maxMemory": 8000,
"C_Cpp.intelliSense.maxMemory": 8000,
"C_Cpp.loggingLevel": "None"
}
Additional Tracked Settings:
{
"editorTabSize": 2,
"editorInsertSpaces": true,
"editorAutoClosingBrackets": "languageDefined",
"filesEncoding": "utf8",
"filesAssociations": {
"*.erd": "json",
"*.vuerd": "json",
"*.php": "php",
"*.uss": "css",
"*.rh": "cpp",
"algorithm": "cpp",
"atomic": "cpp",
"fstream": "cpp",
"functional": "cpp",
"limits": "cpp",
"system_error": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"xmemory": "cpp",
"xstring": "cpp",
"xutility": "cpp",
"vector": "cpp",
"bit": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"ios": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"list": "cpp",
"locale": "cpp",
"memory": "cpp",
"new": "cpp",
"ostream": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"tuple": "cpp",
"unordered_map": "cpp",
"utility": "cpp",
"xfacet": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xlocale": "cpp",
"xlocbuf": "cpp",
"xlocinfo": "cpp",
"xlocmes": "cpp",
"xlocmon": "cpp",
"xlocnum": "cpp",
"xloctime": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp"
},
"filesExclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/Thumbs.db": true
},
"filesAutoSaveAfterDelay": false,
"editorInlayHintsEnabled": true,
"editorParameterHintsEnabled": true,
"searchExclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true
},
"workbenchSettingsEditor": "ui"
}
cpptools version (native): 1.22.11.0
Current database path: C:\USERS\DANIEL\APPDATA\LOCAL\MICROSOFT\VSCODE-CPPTOOLS\4AE546161FD56BA38EE6E15FB0FBFFA2\.BROWSE.VC.DB
No active translation units.
------- Workspace parsing diagnostics -------
Number of files discovered (not excluded): 5430
Other Extensions
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status