antfu / vscode-vite

One step faster for Vite in VS Code ⚡️
https://marketplace.visualstudio.com/items?itemName=antfu.vite
452 stars 25 forks source link

Enabling this extension results in Go linting errors in Typescript #27

Closed smashah closed 1 year ago

smashah commented 1 year ago

Describe the bug

I toggled each of my 88 extensions to identify this one as the culprit for the strange issue of Go linting errors showing up in my typescript code:

exported identifier <T> should have comment or be unexported

For example:

CleanShot 2022-12-24 at 14 56 35@2x

Reproduction

Install extension. Write typescript where you export an uncomment const function

System Info

Node: 18.12.1 - /usr/local/bin/node

Used Package Manager

npm

Validations

smashah commented 1 year ago

Not related solely to this extension. Closing.