DEV Community

Marko V
Marko V

Posted on

1

vscode-slides

note: This will be the second time I write this post. If this vanished in thin air, I'll just give up....

I had a presentation last monday regarding linting this was to ensure the spread of knowledge of the causes and solutions to the problems they encounter. Also what linting is and why we do it.

So for that presentation I wanted to find a different presentation tool than powerpoint because if everything else can be expressed in code, why not a presentation? Just a short google away I found vscode-slides which seemed to fit my needs. I tried it out and it had two pain points.

It overwrote/didnt adhere to my settings in settings.json of the workspace. And sometimes it even overwrote the settings that existed there with it's own default ones.

I raised issues regarding these two things in the github project for the extension and for one of them I was referred to an old ticket that was similar, but not quite the same. However they also wanted to have a manner of changing/having custom settings that were not overwritten. So I started by forking the project and making changes to support the specified .slidesrc file that the author figured would solve it.

Long story short, I made a PR and the author was inspired to do additional changes and merge it with my PR and now there's a new version of the extension out! Check it out

AWS Q Developer image

Your AI Code Assistant

Automate your code reviews. Catch bugs before your coworkers. Fix security issues in your code. Built to handle large projects, Amazon Q Developer works alongside you from idea to production code.

Get started free in your IDE

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay