Oliver Anteros
Oliver Anteros
Hi, and thank you for opening an issue! The entire `index.js` file is a workaround I added for an edgecase interaction with the `@ts-check` directive in VSCode. Specifically when using...
Something is up with the typings. They work just fine with vscode and js. But fail when processed by tsc when used in an actual ts file.
Fixed most issues with ts in 2.x. Though you still have to use the `throw` workaround for the time being.
Perhaps we should just drop support for custom objects? At least untill typescript adds support for type mutations.
https://stackoverflow.com/q/52743661/6224823 Apparently it might work better if we use `const better = {}` instead of `let better = {}`... for some reason ts thinks `const` makes the object immutable... that...
I have this issue as well. Kinda makes the extensions useless in my case.
I just started using this extensions, and I've go to say, I didn't know i needed this, but man did I need it! Now for feature requests: __Commands:__ * [X]...
@AlexisAnzieu What do you mean by `access to source code`? The source code for the extension is hosted right here, in this very repository. [Link just in case](https://github.com/cliffordfajardo/cato)
@Naramsim ahh, alright. That's doable. Thanks for the clarifications :)
@kenyarmosh @Naramsim Maybe there could be a second keybinding that opens the command palette with the command `Change Tab` already active? Ex: `Crtl+K` opens a command pallet with the term...