W
W
wf_132021-08-13 21:56:12
JavaScript
wf_13, 2021-08-13 21:56:12

How to disable file upload in Chrome Dev Tools on VSCode?

Hello. When using Chrome dev tools, I had the following problem: during debugging, for example, main.js goes to the browser-sync.js file. From CDT documentation tried file limit and other settings - doesn't work. Is there a way to limit the loading of unwanted .js files, or maybe I've messed up somewhere and configured everything wrong?

PS Regarding the json itself with the settings - the standard settings are localhost:3000 and webRoot: $(workSpace)...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
wf_13, 2021-08-14
@wf_13

Found the answer in the browser-sync documentation. Loading the browser-sync.js file is blocked by a task setting for browser-sync (gulp in my case).
Link to documentation.
You need to set the snippet property to false.
61178a944b626668585350.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question