Giter Club home page Giter Club logo

Comments (5)

geekymon2 avatar geekymon2 commented on June 8, 2024 1

Thanks, yeah I figured this out later yesterday. And got it sorted. Should those settings be removed by the extension if the extension is uninstalled? Or alternatively wouldn't it be better to have them in the user settings rather then project settings?

I was struggling to find it initially because I was looking in user settings

from vscode-slides.

geekymon2 avatar geekymon2 commented on June 8, 2024

Nothing seems to be affecting the font size, where is this setting stored? i have removed the Code config, removed the usersettings everything it doesn't go back to normal even tried reinstalling vscode flatpak and seems to be affecting that as well.

from vscode-slides.

nicoespeon avatar nicoespeon commented on June 8, 2024

Hey @geekymon2 👋

Sorry for the inconvenience. The extension changes VSCode settings on the project where it's activated, then restore the original settings when deactivated.

If you're stuck with the "presentation mode" settings, you can restore it manually. The configuration is stored in a .vscode/settings.json, under the project root folder where it was activated. If you delete this file, you'll get your default settings back.

Re-installing VS Code won't change anything since it will continue to pick up the .vscode/settings.json file that's present in the project.

Can you check if it's here, delete it and let me know if that worked?

from vscode-slides.

nicoespeon avatar nicoespeon commented on June 8, 2024

Or alternatively wouldn't it be better to have them in the user settings rather then project settings?

The advantage of doing it "per project" is that it would only impact the project that is being presented. Applying it at the user level would impact all projects, with could be undesired I think.

Should those settings be removed by the extension if the extension is uninstalled?

That would be a great thing indeed! I didn't think about the scenario of uninstalling the extension. I don't know if an extension can execute some code on uninstall, I'd check this out.

If it can't, I would add an explanation in the README (e.g. some "Known issue" section) to help those who would get into this.

from vscode-slides.

geekymon2 avatar geekymon2 commented on June 8, 2024

Great thanks

from vscode-slides.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.