microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.49k stars 29.37k forks source link

Issue with syntax highlighting no longer working after packaging or publishing an extension #234047

Closed etmclovin closed 2 hours ago

etmclovin commented 3 hours ago

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

Steps to Reproduce:

  1. git clone this (https://github.com/etmclovin/vscode-ask-mode) extension and run it in developer host
  2. observe that custom syntax highlighting works (image:Image)
  3. use vsce to create a package or use the version released on marketplace (link: https://marketplace.visualstudio.com/items?itemName=etmclovin.ask-mode)
  4. observe syntax highlighting no longer works despite all other features of extension working (image:Image
etmclovin commented 2 hours ago

Turns out problem was on my end, fixed it now