Skip to content

Commit

Permalink
Remove vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
km45 committed Feb 10, 2024
1 parent 1a48be1 commit b4adc5d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,3 @@
[![CI](https://github.com/km45/devenv-client-windows/actions/workflows/ci.yml/badge.svg)](https://github.com/km45/devenv-client-windows/actions/workflows/ci.yml)

Run `main.bat` at repository root.

## custom SSH config file for VSCode `Remote - SSH` extension

Put custom SSH config file as `~/.ssh/config.d/vscode-remote-ssh` if necessary like below.

```sh
vagrant ssh-config --host vagrant > ~/.ssh/config.d/vscode-remote-ssh
```
6 changes: 0 additions & 6 deletions roles/vscode/vscode_extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,6 @@ vscode_plugins:
#
#
# ----------------------------------------------------------------------------
# Vagrant
# ----------------------------------------------------------------------------
- marcostazi.VS-code-vagrantfile
#
#
# ----------------------------------------------------------------------------
# Xml
# ----------------------------------------------------------------------------
- DotJoshJohnson.xml
Expand Down
1 change: 0 additions & 1 deletion scoop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function main() {
"peazip" \
"python" \
"shellcheck" \
"vagrant" \
"vscode" \
"windows-terminal" \
"winmerge" \
Expand Down

0 comments on commit b4adc5d

Please sign in to comment.