-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
VSCODE version: 1.79.2
ISSUE: When creating a project from zero, Genesis code configures the settings.json like this:
{
"C_Cpp.default.includePath": ["${env:GENDEV}/sgdk/inc",
"${env:GENDEV}/sgdk/res",
"res",
"inc"
]
}But the ${env:GENDEV} is empty, even though I've exported it in my .bashrc file. This prevents to include the SGDK resources paths:

I've also tried to overwrite the variables in the Genesis Code settings but the results are the same. The current workaround is to replace the ${env:GENDEV} variable in the settings.json with the current SGDK path (variable ${env:HOME} is expanded correctly, for example).
Metadata
Metadata
Assignees
Labels
No labels