You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have setup my project with
"cquery.index.extraClangArguments": [
"-IC:/FolderFirst/FolderSecond",
other_include_folders_here,
"-DMacro_Definitions",
other_macro_definitions_here
]
so, then i trying to import header from vs code actions, it insert full path without include derective, can i setup relative path(array?) with logic "for item if contains one_of_relative_paths remove one_of_relative_paths from item" and then include "relative_path_without_abs_path".
Now: C:/FolderFirst/FolderSecond/AnotherFolder/Class.h
Should be: AnotherFolder/Class.h
The text was updated successfully, but these errors were encountered:
I have setup my project with
"cquery.index.extraClangArguments": [
"-IC:/FolderFirst/FolderSecond",
other_include_folders_here,
"-DMacro_Definitions",
other_macro_definitions_here
]
so, then i trying to import header from vs code actions, it insert full path without include derective, can i setup relative path(array?) with logic "for item if contains one_of_relative_paths remove one_of_relative_paths from item" and then include "relative_path_without_abs_path".
Now: C:/FolderFirst/FolderSecond/AnotherFolder/Class.h
Should be: AnotherFolder/Class.h
The text was updated successfully, but these errors were encountered: