Skip to content

Screencast Mode only settings #105226

@karbassi

Description

@karbassi

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.

Metadata

Metadata

Assignees

Labels

*out-of-scopePosted issue is not in scope of VS Code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions