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

Compilation fails: Unknown compiler option 'strictBindCallApply'

Open miklosme opened this issue 6 years ago • 4 comments

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.

miklosme avatar Apr 11 '19 10:04 miklosme

Upgrading the typescript package to the latest version, and doing npm install instead of yarn solved the compilation issue.

miklosme avatar Apr 11 '19 10:04 miklosme

That's great, could you make a PR?

untitaker avatar Apr 11 '19 10:04 untitaker

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?

miklosme avatar Apr 11 '19 12:04 miklosme

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.

untitaker avatar Apr 11 '19 12:04 untitaker