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

Tags styles doesn't work #23

Closed
rodrigofbm opened this issue Apr 17, 2020 · 1 comment
Closed

Tags styles doesn't work #23

rodrigofbm opened this issue Apr 17, 2020 · 1 comment

Comments

@rodrigofbm
Copy link

Screenshot_20200416_224159

Screenshot_20200416_224223

settings.json

{
    "workbench.startupEditor": "newUntitledFile",
    "workbench.iconTheme": "vscode-icons",
    "editor.formatOnSave": true,
    "editor.tabSize": 2,
    "editor.fontSize": 16,
    "javascript.updateImportsOnFileMove.enabled": "always",
    "[javascript]": {
        "editor.defaultFormatter": "esbenp.prettier-vscode"
    },
    "workbench.colorTheme": "Rouge 2",
    "editor.fontFamily": "Operator Mono, Fira Code, Consolas, 'Courier New', monospace",
    "editor.fontLigatures": true,
    "editor.semanticHighlighting.enabled": false,
    "terminal.integrated.fontFamily": "monospace"
}

I'm using vs code 1.44.1 on Fedora 31.

@rodrigofbm
Copy link
Author

After restart my PC it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant