Closed ThadHouse closed 6 years ago
@ThadHouse, I forgot to mention that 0.17.5-insiders should have the API enabled with the language service backend support if you want to try it out.
The current implementation is alpha quality, but I'm in the process of making some additional UI changes in the TypeScript code to polish the experience. There will be additional updates to the API, but I published an npm package for it so you should be able to get the updates as they are published. The package name is vscode-cpptools
.
Cool. Just downloaded the API, and I'll take a look at using insiders soon. Not super worried about changes, will happily make changes required to make the final release better.
The bare-bones support for this was released in 0.17.5. Improved support is available in the pending 0.17.6 release.
I'm trying to test out the new extension API to be able to provide my own configurations, and am running into issues.
Below is the
SourceFileConfigurationItem
I am providing for my file. The provided include paths are correct (Well I have another issue I'm posted separately with them) however MSVC includes are being added, and not my includes provided by the provided compiler.Here is the debug log
Here is the SourceFileConfigurationItem