Lev

Results 11 comments of Lev

![image](https://user-images.githubusercontent.com/79159094/195604963-a23767ff-d8b2-4f81-b8e5-8329a53e86b2.png)

The main idea is the progress bar. If you have a lot of plugins or/and a weak PC you'll want to know when your Discord is ready. I don't think...

The git extension sometimes loads later than vscord requires it. There must be a [way](https://github.com/gitkraken/vscode-gitlens/blob/d34264869d9f21d6638bb686f8e52a467f78c36b/src/vsls/vsls.ts#L148) to wait for the git extension to load.

Hey @xhayper, this PR should be good to go. I'd suggest giving it a local test before merging, just to be safe.

Changes ATM ``` chore: add prettier dev dependency fix(var typo): supressRpcCouldNotConnect -> suppressRpcCouldNotConnect fix: git plugin startup. Fixes https://github.com/narcisbugeag/vscord/issues/343 style: rename dataClass.editor -> dataClass.activeTextEditor feat: better notif with buttons chore:...

See https://github.com/tc39/proposal-upsert

I use TypeScript (Deno). I refuse to rely on the workaround. This is a types issue, not an LSP issue — please fix the type definitions.

It seems like it is really an LSP issue, but I still found a potential fix. The patch adds a module declaration around the ESM typings: ```diff --- htmx.esm.d.ts 2025-10-03...

Why do we even need type definitions? Having JSDoc already makes DTS obsolete. Generated DTS files don't have TSDoc in them. Another workaround: `import htmx from "./node_modules/htmx.org/dist/htmx.esm.js"`.