VSCode

About

This module installs additional extensions.

Installation

Change enable from False to True in the vscode section (cf module installation).

vscode-anywhere:
    vscode:
        enabled: True

You can also take a look at the VSCode-Anywhere vscode module configuration.

Requirements

No requirements.

VSCode

VSCode extensions

xaver.theme-ysgrifennwr

Ysgrifennwr is a light color theme.

This extension is installed but not set as the default theme.

ginfuru.ginfuru-better-solarized-dark-theme

Better Solarized is a modified version of the Boxy Solarized Theme for Sublime Text, with the original Solarized Workbench theme for Visual Studio Code.

This theme includes 3 variants:

  1. Solarized Light

  2. Solarized Dark

  3. Solarized Dark with Italics

This extension is installed but not set as the default theme.

zhuangtongfa.Material-theme

One Dark Pro is a dark color theme.

This extension is set as the default theme.

vscode-icons-team.vscode-icons

vscode-icons brings icons to your Visual Studio Code.

This extension is set as the default icon theme.

alefragnani.Bookmarks

Bookmarks is an extension created for Visual Studio Code. If you find it useful, please consider supporting it.

alefragnani.project-manager

Project Manager helps you to easily access your projects, no matter where they are located.

christian-kohler.path-intellisense

Path Intellisense is a plugin that autocompletes filenames.

CoenraadS.bracket-pair-colorizer

Bracket Pair Colorizer allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use.

formulahendry.code-runner

Code Runner can run code snippets or code files for multiple languages.

spmeesseman.vscode-taskexplorer

Task Explorer allows to manage tasks for npm, vscode, ant, gradle, grunt, gulp, batch, bash, make, python, perl, powershell, ruby, and nsis.

For more information about tasks, please read the documentation.

spywhere.guides

Guides is simply an extension that add various indentation guide lines.

ybaumes.highlight-trailing-white-spaces

Highlight Trailing White Spaces highlight in red color trailing white spaces.

Rubymaniac.vscode-paste-and-indent

Paste and Indent add limited support for pasting and indenting code.

Gruntfuggly.todo-tree

Todo Tree quickly searches your workspace for comment tags like TODO and FIXME, and displays them in a tree view in the explorer pane.

tombonnike.vscode-status-bar-format-toggle

A VS Code extension that allows you to toggle the formatter (Prettier, Beautify, …) ON and OFF with a simple click.

axosoft.gitkraken-glo

GitKraken Glo is an issue board for tracking issues and tasks.

VSCode settings

Global settings

{
  "workbench.colorTheme": "One Dark Pro",
  "workbench.iconTheme": "vscode-icons",
  "vsicons.dontShowNewVersionMessage": true,
  "code-runner.respectShebang": false,
  "editor.renderIndentGuides": false,
  "todo-tree.highlights.customHighlight": {
    "TODO": {
      "icon": "check",
      "fontWeight": 90,
      "foreground": "white",
      "background": "magenta",
      "opacity": 5,
      "iconColour": "pink"
    },
    "FIXME": {
      "icon": "alert",
      "fontWeight": 900,
      "foreground": "white",
      "background": "yellow",
      "opacity": 50,
      "iconColour": "yellow"
    }
  },
  "window.titleBarStyle": "custom",
  "window.menuBarVisibility": "toggle",
  "workbench.colorCustomizations": {
    "[Ysgrifennwr]": {
      "statusBar.background": "#edece8",
      "statusBar.foreground": "#42424280"
    },
    "[One Dark Pro]": {
      "editor.selectionHighlightBackground": "#ffffff10",
      "editor.selectionHighlightBorder": "#ffffff10"
    }
  }
}

VSCode keybindings

No keybindings.

Software

Windows software

No software.

Documentation

No documentation.

VSCode-Anywhere

Environment

No environment.

Specific settings

No specific settings.

Last updated