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
  • Replace VSCode by VSCodium
  • Set bash or PowerShell as default shell in Windows
  • Change the default theme
  • Preconfigured theme
  • Custom theme
  • Change the default icon theme
  • Preconfigured icon theme
  • Custom icon theme

Was this helpful?

Tutorials

Previousvscode-anywhereNextYoutube tutorials

Last updated 4 years ago

Was this helpful?

Replace VSCode by VSCodium

is installed by default. If you prefer to use instead then setvscodiumtoTrueinside thevscode_coresection in the file:

vscode-anywhere:
  vscode_core:
    vscodium: True

After that, you have just to run the again.

Set bash or PowerShell as default shell in Windows

The git installer provides the bash binary and it can be used as the default shell. To use bash as the default shell, set the following settings in thecustomsection in the file:

vscode-anywhere:
  custom:
    settings:
      terminal.integrated.shell.windows: {{ salt['grains.get']('vscode-anywhere:apps:path') | path_join('scoop', 'apps', 'git', 'current', 'bin', 'bash.exe') }}

Or you can use the default Windows PowerShell:

vscode-anywhere:
  custom:
    settings:
      terminal.integrated.shell.windows: {{ salt['environ.get']('SystemRoot') | path_join('system32', 'WindowsPowerShell', 'v1.0', 'powershell.exe')' }}
vscode-anywhere:
  custom:
    settings:
      terminal.integrated.shell.windows: {{ salt['grains.get']('vscode-anywhere:apps:path') | path_join('scoop', 'apps', 'pwsh', 'current', 'pwsh.exe') }}

Change the default theme

Preconfigured theme

In this case, you must override the the workbench.colorTheme settings.

vscode-anywhere:
  vscode:
    settings:
      "workbench.colorTheme": "Better Solarized Dark"
vscode-anywhere:
  vscode:
    settings:
      "workbench.colorTheme": "Ysgrifennwr"
vscode-anywhere:
  vscode:
    settings:
      "workbench.colorTheme": "Better Solarized Light"

Custom theme

vscode-anywhere:
  vscode:
    settings:
      "workbench.colorTheme": "myCustomTheme"
vscode-anywhere:
  custom:
    settings:
      "workbench.colorTheme": "myCustomTheme"

Change myCustomTheme by the theme to use.

Change the default icon theme

Preconfigured icon theme

Custom icon theme

vscode-anywhere:
  vscode:
    settings:
      "workbench.iconTheme": "myCustomIconTheme"
vscode-anywhere:
  custom:
    settings:
      "workbench.iconTheme": "myCustomIconTheme"

Change myCustomIconTheme by the icon theme to use.

Or if module is set to enabled, you can use pwsh (PowerShell core) instead:

After that, you have just to run the again.

All following examples must be set in in the file and after editing this file you have to run the .

If the module is enabled, the default theme is set to .

If you prefer to change to another dark theme like :

The module also installs light theme: and .

If want to change to theme:

Or if you prefer :

If the module is enabled, in this case, you must configure your own theme in the vscode section to override the settings:

If the module is not enabled, in this case, you can configure your own theme in the custom section:

For more information, please .

All following examples must be set in in the file and after editing this file you have to run the .

If the module is enabled, the default icon theme is set to .

If the module is enabled, in this case, you must configure your own icon theme in the vscode section to override the settings:

If the module is not enabled, in this case, you can configure your own icon theme in the custom section:

For more information, please .

installation script
read the documentation
read the documentation
VSCode
VSCodium
installation script
installation script
installation script
powershell
vscode
One Dark Pro
Better Solarized Dark
vscode
Ysgrifennwr
Better Solarized Light
Ysgrifennwr
Better Solarized Light
vscode
vscode
vscode
vscode-icons
vscode
vscode
vscode-anywhere.sls
vscode-anywhere.sls
vscode-anywhere.sls
vscode-anywhere.sls