L
L
> I noticed that there's a minor discrepancy in the type definition of @typed/chrome This is one of the gnarly part hahah - whether we should stick to the latest...
You can also detect whether it's HTTP or HTTPS, and swap your storage instance accordingly - if it's HTTPS, use SecuredStorage, if it's HTTP, use plain Storage.
Merged -- sorry about the delay folks, didn't see reviewer tagged xD
Pushed a fix to address the weird logitbias shape coming from Novita - let me know if the problem persists!
Additional information: My `tsconfig.json`: ```json { "compilerOptions": { "target": "es2017", "lib": ["dom", "dom.iterable", "esnext"], "allowJs": true, "skipLibCheck": true, "strict": true, "noImplicitReturns": true, "noUncheckedIndexedAccess": true, "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true,...
Yes - I got this problem together with #407 whenever I rename a TS export as well (saw it just now when I tried to F2 renaming a component). vscode...
Ooh, maybe VSCode version might be the cause? I'm on the latest stable:
Downgrading to 1.7.3 resolved all of my issues: Potentially an incompatible TypeScript handling? Occasionally, I'd see this error when I was on 1.8.1: ``` TypeScript Server Error (5.4.2) Debug Failure....
> code --list-extensions ``` adpyke.codesnap akmittal.hugofy arcanis.vscode-zipfs bradlc.vscode-tailwindcss captncaps.ue4-snippets charliermarsh.ruff christianalfoni.overmind-devtools-vscode cschlosser.doxdocgen dart-code.dart-code dart-code.flutter dbaeumer.vscode-eslint dotjoshjohnson.xml dsznajder.es7-react-js-snippets dustypomerleau.rust-syntax eamodio.gitlens editorconfig.editorconfig esbenp.prettier-vscode flowtype.flow-for-vscode formulahendry.auto-close-tag formulahendry.auto-rename-tag formulahendry.github-actions github.copilot github.copilot-chat github.vscode-github-actions github.vscode-pull-request-github graphql.vscode-graphql-execution...
Oh oops