Stop Automatic Vs Code Parsing

Asked

Viewed 93 times

1

Guys, in my vs code, when I am idle for a while (without being in the tab )

It starts an automatic file posting.

Parsing file:///var/www/html/jvt.org.br/wp-content/plugins/amazon-s3-and-cloudfront/vendor/Aws3/Aws/data/ecs/2014-11-13/waiters-2.json.php

It opens the output automatically and does the above shown.

How to remove this setting? I’ve searched the web outside and found nothing about it.

  • You’ve seen this: https://github.com/felixfbecker/php-language-server/issues/311

1 answer

0

I found the answer in the stack in English

Turn off PHP validation: Settings.json

// Place your Settings in this file to overwrite default and user Settings. { "php.validate.enable": false } Use comma separators to overwrite Multiple default Settings: Settings.json.

// Place your Settings in this file to overwrite default and user Settings. { "php.validate.enable": false, "files.trimTrailingWhitespace": true, "editor.autoClosingBrackets": false, "wordWrap editor": true }

After adding these settings the vs code stops automatically opening the output to make the files Parsing.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.