sentry-vscode
sentry-vscode copied to clipboard
Compilation fails: Unknown compiler option 'strictBindCallApply'
Building the extension is not possible, this error happens when trying to run the compile script:
$ yarn compile
yarn run v1.12.3
$ tsc -p ./
node_modules/@sentry/typescript/tsconfig.json:21:5 - error TS5023: Unknown compiler option 'strictBindCallApply'.
21 "strictBindCallApply": false,
~~~~~~~~~~~~~~~~~~~~~
error Command failed with exit code 2.
Upgrading the typescript package to the latest version, and doing npm install instead of yarn solved the compilation issue.
That's great, could you make a PR?
I'd like to, but it still doesn't work. The extension is loaded, but can't see the commands in the command palette. Does this supposed to work with the latest VSCode?
We don't know. We wrote this in one week and never touched it since. I think we'd have to take some time to make it work again.