Disable workspace feature in Chrome Developer Tool?

Steps to reproduce the problem:

Open developer tools

Select the Sources tab

Open any Javascript file in the Sources tab

After a short (from 1 to 2 seconds) delay, the following message appears: "Serve from the file system? Add files to the workspace"

Reject the message by clicking the "X" on the right.

Refresh page After a short delay, the message appears again.

I do not want to use the workspace feature, then I should be able to disable these persistent, repeating, annoying messages. Ideally, there would be a dev tool setting to disable workspace tooltips.

My Chrome Version: 42.0.2311.135 (64-bit) (Google Chrome Updated)

+4
source share
1 answer

You can disable this message permanently by clicking "never show", as shown in the screenshot below.

Never show

These are developer tools open in a separate window. I use the latest chrome (v55 at the moment), but I noticed that clicking "never show" constantly hides the message in many other earlier versions of chrome.

PS: I had to blur the code, because it belongs to the company I work for.

+1
source

All Articles