Skip to content

Commit

Permalink
Fix vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0x committed May 10, 2018
1 parent c76e478 commit b6ec25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-env/windows/link.ps1
Expand Up @@ -7,4 +7,4 @@ New-Item -ItemType SymbolicLink -Path ${Home}\.zsh -Target ${Home}\dotfiles\.zsh
New-Item -ItemType SymbolicLink -Path ${Home}\.gitconfig -Target ${Home}\dotfiles\.gitconfig
New-Item -ItemType SymbolicLink -Path ${Home}\.gitconfig.platform -Target ${Home}\dotfiles\.gitconfig.windows
New-Item -ItemType SymbolicLink -Path ${Home}\.gitignore -Target ${Home}\dotfiles\.gitignore.global
New-Item -ItemType SymbolicLink -Path ${Home}\.vscode -Target ${Home}\dotfiles\vscode
New-Item -ItemType SymbolicLink -Path ${Home}\AppData\Roaming\Code\User -Target ${Home}\dotfiles\vscode

0 comments on commit b6ec25b

Please sign in to comment.