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

Was this helpful?

  1. Modules
  2. Modules list

Custom

PreviousC#NextDeepcode

Last updated 4 years ago

Was this helpful?

About

By default custom do nothing...

custom is a particular module. It allows you to install custom extensions, settings, keybindings, documentations, packages...

Installation

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

vscode-anywhere:
    custom:
        enabled: True

Read to know what you can add in this section.

A simple example to disable the extension in the vscode module section and replace it by the extension inside the custom section:

vscode-anywhere:
  custom:
    enabled: True
    vscode:
      extensions:
        mkloubert.vscode-kanban:
          enabled: True
  vscode:
    enabled: True
    vscode:
      extensions:
        axosoft.gitkraken-glo:
          enabled: False
module installation
global settings
axosoft.gitkraken-glo
mkloubert.vscode-kanban