Skip to content

Commit

Permalink
Add Markdown Preview Enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Mar 11, 2019
1 parent e68be85 commit 9030c54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fresh_install/brew_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ main() {
execute "code --install-extension ms-vsliveshare.vsliveshare" "code --install-extension ms-vsliveshare.vsliveshare"
# Install VS Code extension Bracket Pair Colorizer 2
execute "code --install-extension CoenraadS.bracket-pair-colorizer-2" "code --install-extension CoenraadS.bracket-pair-colorizer-2"
# Install VS Code extension Markdown Preview Enhanced
execute "code --install-extension shd101wyy.markdown-preview-enhanced" "code --install-extension shd101wyy.markdown-preview-enhanced"

# Install VS Code Insiders Build
execute "brew cask install visual-studio-code-insiders" "brew cask install visual-studio-code-insiders"
Expand Down

0 comments on commit 9030c54

Please sign in to comment.