wix-incubator / vscode-glean

The extension provides refactoring tools for your React codebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Incorrect type. Expected one of string in setting.json

SWEKanaramYadav opened this issue · comments

Issue Description
When attempting to configure settings in the settings.json file for Visual Studio Code, users are encountering an "Incorrect type" error. The error message indicates that the expected type is a string.

Steps to Reproduce

  • Open Visual Studio Code.
  • Navigate to File -> Preferences -> Settings or press Ctrl + ,.
  • Click on the "Open Settings (JSON)" icon in the top-right corner to open the settings.json file.
  • Add or modify a setting with an incorrect type, expecting a string.

Expected Behavior
Users should be able to configure settings in the settings.json file without encountering type errors.

Actual Behavior
An "Incorrect type" error is displayed, indicating that the expected type is a string.

Screenshot_1