tht13 / Python-vscode

A Python language pack for Visual Studio Code
MIT License
17 stars 11 forks source link

conflicts with cpptools #20

Open EvilHacker opened 7 years ago

EvilHacker commented 7 years ago

I have a project with C/C++ and Python files. Both cpptools and python extensions are installed.

With just the cpptools extension installed, C/C++ source/header files identified in error/warning messages in the output window during a build appear as clickable hyper-links.

When the python extension is installed the output window no longer has clickable hyper-links.