mitaki28 / vscode-clang

Completion and Diagnostic for C/C++/Objective-C using Clang
MIT License
128 stars 24 forks source link

Add Handling for Objective-cpp Language Mode #43

Open mjbvz opened 7 years ago

mjbvz commented 7 years ago

VSCode 1.11 and the current insiders builds introduce a new objective-cpp language mode for Objective-c++ (https://github.com/Microsoft/vscode/pull/21599). Previously, .mm files were treated as plain old c++.

This change adds support for the new Objective-C++ language mode to this extension

https://github.com/Microsoft/vscode/issues/21775

fwcd commented 5 years ago

@mitaki28 Any updates on this one? Merging this PR would really be great.