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

vscode ignoring .conf files for permanent flags #149102

Closed
skysantoroa opened this issue May 9, 2022 · 1 comment
Closed

vscode ignoring .conf files for permanent flags #149102

skysantoroa opened this issue May 9, 2022 · 1 comment
Assignees

Comments

@skysantoroa
Copy link

Does this issue occur when all extensions are disabled?: Yes

  • VS Code Version: 1.67
  • OS Version: Ubuntu 22.04 LTS

Steps to Reproduce:

  1. Create a code-flags.conf with the following lines
--enable-features=UseOzonePlatform
--ozone-platform=wayland
  1. The vscode fonts look blurry

Tried renaming the file as electron17-flags, chrome-flags and electron-flags without success.

@deepak1556
Copy link
Collaborator

Merging to #134612

VSCode has its own persistent flag store which can be opened with > Configure Runtime Arguments, the support for above flags will be added as part of the above issue.

@github-actions github-actions bot locked and limited conversation to collaborators Jun 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@deepak1556 @chrmarti @skysantoroa and others