Skip to content

hongducdev/custom-vscode

Repository files navigation

  1. Install Extension: Custom CSS and JS Loader

  2. Add to settings.json:

        "vscode_custom_css.imports": [""]

    VERY IMPORTANT: Items in vscode_custom_css.imports must be URLs. Plain file paths are NOT URLs.

    • Create a new file with extensions CSS.
    • Copy my custom VSCode to your custom VSCode file.
    • Windows File URL Example: file:///C:/Users/MyUserName/Documents/custom.css
    • MacOS and Linux File URL Example: file:///Users/MyUserName/Documents/custom.css
    • See here for more details.
  3. Restart Visual Studio Code with proper permission to modify itself:

    1. Windows: Restart with Administrator Permission.

    2. MacOS and Linux: See instructions below.

  4. Activate command "Reload Custom CSS and JS".

  5. Restart.

About

My custom VS Code with Catppuccin Mocha

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages