VSCode-Anywhere
  • Introduction
  • Installation
    • Requirements
      • Windows requirements
      • Linux requirements
      • MacOS requirements
    • Quickstart
    • Advanced
      • Windows installation
      • Linux installation
      • MacOS installation
  • Modules
    • Module installation
    • Module update
    • Module settings
      • Global settings
        • brew settings
        • chocolatey settings
        • env settings
        • msys2 settings
        • nix settings
        • scoop settings
        • vscode settings
        • zeal settings
    • Modules list
      • Ansible
      • Bash
      • C / C++
      • C#
      • Custom
      • Deepcode
      • Docker
      • Fonts
      • Git
      • Go
      • HTML
      • Java
      • JavaScript / TypeScript
      • Markdown
      • Perl
      • PHP
      • Platformio
      • PowerShell
      • Puppet
      • Python2
      • Python3
      • Remote
      • Rest
      • ReStructuredText
      • Ruby
      • Saltstack
      • VSCode
    • Custom modules
  • Structure
    • apps
    • conf
      • saltstack
        • conf-offline
        • conf
        • pillar
        • states
    • tools
      • env
      • install
      • link
      • update
      • vscode
      • vscode-anywhere
  • Tutorials
    • Youtube tutorials
  • Release notes
    • V2
      • V2.0.0
    • V1
  • FAQ
Powered by GitBook
On this page
  • About
  • Installation
  • Requirements
  • VSCode
  • VSCode extensions
  • VSCode settings
  • VSCode keybindings
  • Software
  • Windows software
  • Documentation
  • VSCode-Anywhere
  • Environment
  • Specific settings

Was this helpful?

  1. Modules
  2. Modules list

VSCode

PreviousSaltstackNextCustom modules

Last updated 4 years ago

Was this helpful?

About

This module installs additional extensions.

Installation

vscode-anywhere:
    vscode:
        enabled: True

Requirements

No requirements.

VSCode

VSCode extensions

xaver.theme-ysgrifennwr

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

ginfuru.ginfuru-better-solarized-dark-theme

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

This extension is set as the default theme.

vscode-icons-team.vscode-icons

This extension is set as the default icon theme.

alefragnani.Bookmarks

alefragnani.project-manager

christian-kohler.path-intellisense

CoenraadS.bracket-pair-colorizer

formulahendry.code-runner

spmeesseman.vscode-taskexplorer

spywhere.guides

ybaumes.highlight-trailing-white-spaces

Rubymaniac.vscode-paste-and-indent

Gruntfuggly.todo-tree

tombonnike.vscode-status-bar-format-toggle

axosoft.gitkraken-glo

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

Software

Windows software

No software.

Documentation

No documentation.

VSCode-Anywhere

Environment

No environment.

Specific settings

No specific settings.

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

You can also take a look at the .

is a light color theme.

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

is a dark color theme.

brings icons to your Visual Studio Code.

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

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

is a plugin that autocompletes filenames.

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

can run code snippets or code files for multiple languages.

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, .

is simply an extension that add various indentation guide lines.

highlight in red color trailing white spaces.

add limited support for pasting and indenting code.

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

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

is an issue board for tracking issues and tasks.

No .

module installation
VSCode-Anywhere vscode module configuration
Ysgrifennwr
Better Solarized
Boxy Solarized Theme
One Dark Pro
vscode-icons
Bookmarks
Project Manager
Path Intellisense
Bracket Pair Colorizer
Code Runner
Task Explorer
please read the documentation
Guides
Highlight Trailing White Spaces
Paste and Indent
Todo Tree
A VS Code extension
GitKraken Glo
keybindings