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
Is there any way to use intellisense with 32-bit pointers? According to docs, intelliSenseMode can be msvc-x64 or clang-x64, and both of these show sizeof(void*) as 8, which is not appropriate for my project.
Type: LanguageService
Is there any way to use intellisense with 32-bit pointers? According to docs,
intelliSenseModecan bemsvc-x64orclang-x64, and both of these showsizeof(void*)as 8, which is not appropriate for my project.