Skip to content

JayBeeDe/vscode_extensions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extensions for Visual Studio Code

Workflow Status

This repo contains some vscode extensions & themes:

Type Web Compatible Name Description
Theme Custom Accentuation Color Dark High Contrast Default Dark High Contrast Theme with customizable accentuation color
Extension Git View Online Extension to open or copy the URL to the file of a Git-based Web platform such as GitHub, GitLab, Bitbucket, no matter whether public/private, self hosted/on premise

Development

Change directory to extension subfolder: Example for Custom Accentuation Color Dark High Contrast

cd cacdhc

Run desktop version

npm run desktop

Run web version (only applicable if extension is compatible)

npm run web