microsoft / vscode-custom-data

Documentation and sample for using VS Code custom data format
MIT License
196 stars 75 forks source link

IntelliSense is missing anywhere value from the overflow-wrap rule #95

Closed wneel closed 4 months ago

wneel commented 4 months ago

Does this issue occur when all extensions are disabled?: Yes

Version: 1.89.1 (Universal) Commit: dc96b837cf6bb4af9cd736aa3af08cf8279f7685 Date: 2024-05-07T05:14:24.611Z (3 wks ago) Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Darwin arm64 23.4.0

Steps to Reproduce:

  1. Create a .css file
  2. use: overflow-wrap
  3. See that the anywhere value is not in the possible values.
  4. VScode does not recognize the anywhere value when manually typed either. image
image

According to MDN the value is supported by all type of browsers so it should be in the list and recognized.