mitaki28 / vscode-clang

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

"Show Executable and Compile Options" is double in Output #4

Closed csholmq closed 8 years ago

csholmq commented 8 years ago
Executable: clang
Option 0: -x
Option 1: c
Option 2: -I../out/obj
Option 3: -I../../out/obj
Option 0: -x
Option 1: c
Option 2: -I../out/obj
Option 3: -I../../out/obj
mitaki28 commented 8 years ago

Now, this issue was fixed and Show Executable and Compile Options works correctly. Note that this issue seems to be caused by vscode itself.

csholmq commented 8 years ago

:+1: