tabnine-vscode icon indicating copy to clipboard operation
tabnine-vscode copied to clipboard

Config-Page opens on every :: in powershell files

Open Knarzi opened this issue 3 years ago • 1 comments

  • OS version: Win 11
  • Editor version: 1.70.1:
  • Programming language: Powershell
  • TabNine extension version: 3.6.11

Issue Details:

When I use Tabnine and edit a Powershell file (vscode powershell extension is installed), then Tabnine opens the config page in the browser every time I write :: . In C#, html, css or other files this isn't happening. In the Powershell language the :: is used to access namespace and enum members, so this is a little bit annoying.

Sample:

if ($GroupType -eq [GroupType]::Securitygroup {
    
}

After [GroupType]:: the config page pops up.

gz#16985

Knarzi avatar Aug 11 '22 16:08 Knarzi

Okay. Today the problem is gone and I can't reproduce it anymore. Eventually the extension version 3.6.12 fixed it.

Knarzi avatar Aug 14 '22 15:08 Knarzi

Hi @Knarzi . Did the problem reappear since 3 days ago?

maya-tabnine avatar Aug 17 '22 08:08 maya-tabnine

No, it does not happen again. I close the issue. Thx!

Knarzi avatar Aug 18 '22 16:08 Knarzi