### Prerequisites - [X] I have written a descriptive issue title. - [X] I have searched all [issues](https://github.com/PowerShell/vscode-powershell/issues?q=is%3Aissue) to ensure it has not already been reported. - [X] I have read the [troubleshooting](https://github.com/PowerShell/vscode-powershell/blob/master/docs/troubleshooting.md) guide. - [X] I am sure this issue is with the _extension itself_ and does not reproduce in a standalone [PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose) instance. - [X] I have verified that I am using the latest version of Visual Studio Code and the PowerShell extension. ### Summary See visual ### PowerShell Version ```console 7.2.1 ``` ### Visual Studio Code Version ```console Insiders ``` ### Extension Version ```console preview ``` ### Steps to Reproduce ``` function test {} test ``` F1 -> Inspect Editor Tokens and Scopes -> hover `test` and see that support.function scope is missing ### Visuals  ### Logs _No response_