Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screencast Mode only settings #105226

Closed
karbassi opened this issue Aug 22, 2020 · 6 comments
Closed

Screencast Mode only settings #105226

karbassi opened this issue Aug 22, 2020 · 6 comments
Assignees
Labels
*out-of-scope Posted issue is not in scope of VS Code

Comments

@karbassi
Copy link

It would be amazing to be able to set "screencast mode"-only settings.

For example, my editor.fontSize is set to 16, but when I'm presenting (in person or over video), I'd like the font size to be 20.

Since the config supposes [language] support, would it be possible to do something like the following?

{

  "editor.fontSize": 16,
  "terminal.integrated.fontSize": 16,

  "[screencast]": {
    "terminal.integrated.fontSize": 20,
    "editor.fontSize": 20
  }
 
}

This would open up to more configuration options such as setting the theme, font family, etc.

@sbatten sbatten assigned lszomoru and unassigned sbatten Aug 24, 2020
@lszomoru lszomoru added the feature-request Request for new features or functionality label Oct 19, 2020
@snebjorn
Copy link

snebjorn commented Oct 28, 2020

I support this!

When screencasting on a projector dark mode isn't very good. But in a video it's fine.
So the ability to go into screencast mode using different setting profiles would be nice.

This should also support extension settings. Cause you might want to turn off GitLens etc when screencasting

@sandy081 sandy081 added the config VS Code configuration, set up issues label Oct 26, 2021
@sandy081 sandy081 assigned sandy081 and unassigned sandy081 Oct 26, 2021
@lszomoru lszomoru assigned joaomoreno and unassigned lszomoru Dec 7, 2022
@joaomoreno joaomoreno added *out-of-scope Posted issue is not in scope of VS Code and removed feature-request Request for new features or functionality config VS Code configuration, set up issues screencast-mode labels Dec 8, 2022
@joaomoreno joaomoreno removed this from the Backlog milestone Dec 8, 2022
@vscodenpa
Copy link

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@vscodenpa vscodenpa closed this as not planned Won't fix, can't repro, duplicate, stale Dec 8, 2022
@joaomoreno
Copy link
Member

One could potentially use the upcoming new Profiles feature to achieve this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
*out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

8 participants
@karbassi @joaomoreno @snebjorn @lszomoru @sbatten @sandy081 @vscodenpa and others