Alexander Tegelid

Results 14 comments of Alexander Tegelid

Thank you @edbentinck, that's a nice workaround. I'll definitely check out the other settings as well. Customization is the best 😎

FYI: I've now realized that the TS error above will have to be silenced to be able to package the extension.

It depends on when the maintainers will be able to merge this PR. I'm running the development version myself 😁

You can clone my repo, install all dependencies with `npm install` and then build the extension following [this documentation](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions) and finally install from the newly created .vsix file.

@fabiospampinato any thoughts on this so far?

I've got a fork right here: https://github.com/alextegelid/vscode-terminals But you'll have to build it yourself. See my comment above regarding building it.

Indeed it seems to be related to that update. I just tried it on 1.69.1 and that works fine. Maybe this is a bug in VS Code then...