2

I am using VS code and the terminal gives me this warning. WARNING: The prediction 'ListView' is temporarily disabled because the current window size of the console is too small. To use the 'ListView', please make sure the 'WindowWidth' is not less than '54' and the 'WindowHeight' is not less than '15'.

starball
  • 20,030
  • 7
  • 43
  • 238

1 Answers1

-1
  1. Start Visual Studio Code.
  2. Click on "File"
  3. Click on "Preferences"
  4. Click on "Settings"
  5. Write " window.newWindowDimensions " in the search box.
  6. Select the value "inherit" from the drop down box.