Click here to Skip to main content
15,887,027 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Wordle 765 Pin
StarNamer@work23-Jul-23 21:38
professionalStarNamer@work23-Jul-23 21:38 
GeneralRe: Wordle 765 Pin
Sander Rossel23-Jul-23 22:31
professionalSander Rossel23-Jul-23 22:31 
GeneralRe: Wordle 765 Pin
GuyThiebaut23-Jul-23 23:10
professionalGuyThiebaut23-Jul-23 23:10 
GeneralRe: Wordle 765 Pin
Cp-Coder24-Jul-23 2:28
Cp-Coder24-Jul-23 2:28 
GeneralRe: Wordle 765 (4/6) Pin
Jeremy Falcon24-Jul-23 4:26
professionalJeremy Falcon24-Jul-23 4:26 
GeneralRe: Wordle 765 4/6 Pin
jmaida24-Jul-23 16:02
jmaida24-Jul-23 16:02 
Generalworldle 548 X/6 Pin
jmaida23-Jul-23 13:46
jmaida23-Jul-23 13:46 
GeneralDoes anyone use C++ with VSCode? Pin
honey the codewitch23-Jul-23 7:20
mvahoney the codewitch23-Jul-23 7:20 
(See update below)

In my .cpp_properties file, in the includes section for my configuration, I have:

"${workspaceFolder}/**",
"C:/Users/gazto/zephyrproject/htcw_gfx/include/**",
"C:/Users/gazto/zephyrproject/zephyr/**",
"${workspaceFolder}"


It's like it's not seeing the second line. .../htcw_gfx/include/**

It can't find my <gfx.hpp> file even though it is right at that bloody path. Not even in a subfolder.

I'm also getting the message
[7/23/2023, 10:25:10 AM] "main.cpp" not found in "C:/Users/gazto/zephyrproject/zephyr/build/compile_commands.json". 'includePath' from c_cpp_properties.json in folder 'EMPTY-PROJECT' will be used for this file instead.


I don't think that's a problem though, because it's what I want, except for the fact that EMPTY-PROJECT is all caps, which is weird. The folder is lowercase.

Sometimes I hate VS Code. Does anyone know how to wave a dead chicken over this to make it go? I can't use this library without intellisense.

___ UPDATE ___

Got it to complete with these paths
"C:/Users/gazto/zephyrproject/**",
"${workspaceFolder}/**",
"C:/Users/gazto/zephyrproject/htcw_bits/include",
"C:/Users/gazto/zephyrproject/htcw_io/include",
"C:/Users/gazto/zephyrproject/htcw_ml/include",
"C:/Users/gazto/zephyrproject/htcw_data/include",
"C:/Users/gazto/zephyrproject/htcw_gfx/include",
"C:/Users/gazto/zephyrproject/htcw_uix/include",
${workspaceFolder}


But the infuriating part is why it's not recursively searching "C:/Users/gazto/zephyrproject/**"

WHY IS THIS SO DIFFICULT, MICROSOFT?
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx


modified 23-Jul-23 13:49pm.

GeneralRe: Does anyone use C++ with VSCode? Pin
Kornfeld Eliyahu Peter23-Jul-23 8:34
professionalKornfeld Eliyahu Peter23-Jul-23 8:34 
GeneralRe: Does anyone use C++ with VSCode? Pin
honey the codewitch23-Jul-23 8:35
mvahoney the codewitch23-Jul-23 8:35 
GeneralRe: Does anyone use C++ with VSCode? Pin
jmaida23-Jul-23 11:40
jmaida23-Jul-23 11:40 
GeneralRe: Does anyone use C++ with VSCode? Pin
honey the codewitch23-Jul-23 11:41
mvahoney the codewitch23-Jul-23 11:41 
GeneralRe: Does anyone use C++ with VSCode? Pin
Deoclecio Freire25-Jul-23 2:41
professionalDeoclecio Freire25-Jul-23 2:41 
GeneralThe Best Text GUI type Code Editor by Far Pin
etkid8425-Jul-23 4:04
etkid8425-Jul-23 4:04 
GeneralRe: The Best Text GUI type Code Editor by Far Pin
honey the codewitch25-Jul-23 4:22
mvahoney the codewitch25-Jul-23 4:22 
GeneralTortoiseGit is very similar to TortoiseHG Pin
Southmountain22-Jul-23 14:45
Southmountain22-Jul-23 14:45 
GeneralRe: TortoiseGit is very similar to TortoiseHG Pin
Mircea Neacsu22-Jul-23 15:51
Mircea Neacsu22-Jul-23 15:51 
GeneralRe: TortoiseGit is very similar to TortoiseHG Pin
Southmountain23-Jul-23 20:15
Southmountain23-Jul-23 20:15 
GeneralWordle 764 Pin
StarNamer@work22-Jul-23 13:30
professionalStarNamer@work22-Jul-23 13:30 
GeneralRe: Wordle 764 Pin
Amarnath S22-Jul-23 14:38
professionalAmarnath S22-Jul-23 14:38 
GeneralRe: Wordle 764 (3/6) Pin
musefan22-Jul-23 15:58
musefan22-Jul-23 15:58 
GeneralRe: Wordle 764 Pin
Sandeep Mewara22-Jul-23 18:00
mveSandeep Mewara22-Jul-23 18:00 
GeneralRe: Wordle 764 Pin
OriginalGriff22-Jul-23 18:31
mveOriginalGriff22-Jul-23 18:31 
GeneralRe: Wordle 764 - 5 4 me Pin
pkfox22-Jul-23 21:04
professionalpkfox22-Jul-23 21:04 
GeneralRe: Wordle 764 Pin
Cp-Coder23-Jul-23 0:47
Cp-Coder23-Jul-23 0:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.