Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix LSP completion icon for fields (#4131)
Summary: # Incorrect LSP completion icons for scalar fields I noticed that the VSCode extension seemed to use weird icons for completion suggestions of _value_ and _text_ for items which are actually _field_s based on the VSCode IntelliSense [docs](https://code.visualstudio.com/docs/editor/intellisense#_types-of-completions). E.g., `String` types were showing up just as plaintext type. All non-struct/union/interface/object types should just be considered a field. ### Before <img width="813" alt="Screenshot 2022-11-15 at 22 20 32" src="https://user-images.githubusercontent.com/17055343/202040587-7386e0de-d50c-43ac-a5ad-074b9566f32c.png"> ### After <img width="813" alt="Screenshot 2022-11-15 at 22 46 01" src="https://user-images.githubusercontent.com/17055343/202040808-80dee358-5505-4248-b3db-e91e66f4fc2a.png"> Pull Request resolved: #4131 Reviewed By: davidmccabe Differential Revision: D41322977 Pulled By: rbalicki2 fbshipit-source-id: d0046ee2f162abcc29ac4019bb8955b9c4437176
- Loading branch information