Jason Williams

Results 268 comments of Jason Williams

Sounds like a good idea to me, should be easy to get that data too

@surlydev is there a link to this ticket?

@TylerLeonhardt you may want to see the conversation here https://github.com/lostintangent/codeswing/issues/22

> Why would this companion extension want to activate for some new base file name that it itself doesn't support? I agree, it doesn’t make sense to go down that...

@lostintangent did you see the updated edit I made to my post? I managed to get it working without typescript, sadly it will always choose the latest version for typings...

I set a version in package.json and it looks like it didn't affect the typing version. So i think the `jsconfig.json` option would only work for latest. Shame. I've never...

https://stackoverflow.com/questions/39698336/inject-implicit-ambient-typings-via-visual-studio-code-extension might help

As an attempt to move forward, here is an option: * When a new (JS) swing is generated, create a new `jsconfig.json` in the temp directory. I'm assuming this isn't...

> Mapping ## to another tag in the conversion or just nothing, would be a good solution. I think you're right, we can probably just map it to nothing which...

@rubisco57 you don't want to offer a PR to have it fixed upstream?