Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JetBrains IDE Support Extension - How to disable Chrome Warnings?

Hey there I've been using the JetBrains IDE support extension for a week now, and While it is great utility. I grow tired of clicking the "X' in the Chrome Yellow Warning ("JetBrains IDE Support" is debugging this tab.)

This may be a noobish question for experienced devs, but does anyone knows how to get rid of this Chrome pop-ups?

Thanks :)

Here is a snapshot:

enter image description here

like image 631
Omar Gonzalez Avatar asked Sep 18 '13 21:09

Omar Gonzalez


2 Answers

You can disable this warning in chrome://flags using the Enable Silent Debugging flag:

Enable Silent Debugging

It's mentioned in the comment #28.

Here is the direct link to the option: chrome://flags/#silent-debugger-extension-api Just paste this to your Chrome addressbar.

like image 155
CrazyCoder Avatar answered Nov 09 '22 03:11

CrazyCoder


For the ones who didn't understand ( like me :P )

You need to open this address chrome://flags in Google-Chrome and Enable Silent Debugging

like image 29
Marco Sanchez Avatar answered Nov 09 '22 02:11

Marco Sanchez