Skip to content

Commit

Permalink
remove note on vendor/ usage from DEVELOPMENT.md
Browse files Browse the repository at this point in the history
It does not seem the project vendors the dependencies anymore, so the notice
in DEVELOPMENT GUIDE does not seem relevant anymore.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Aug 12, 2021
1 parent e6a7a03 commit 4e7d7b7
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,6 @@ Once you've done this, clone your fork to your local machine:
_Adding the `upstream` remote sets you up nicely for regularly [syncing your
fork](https://help.github.com/articles/syncing-a-fork/)._

## IDE setup

Skaffold uses go modules and we commit to the `vendor` directory all our dependencies to make CI faster.
We recommend checking out Skaffold outside of the `GOPATH`.

JetBrains Goland:
1. `File > Open...` (choose your skaffold directory)
2. ensure `Go > Go modules > Vendoring mode` is checked

JetBrains IntelliJ with [Go plugin](https://plugins.jetbrains.com/plugin/9568-go):
1. `File > Open...` (choose your skaffold directory)

Visual Studio Code with [Go plugin](https://github.com/Microsoft/vscode-go):
1. `File > Open...`

## Making a config change

Some changes to the skaffold code require a change to the skaffold config. These changes require a few extra steps:
Expand Down

0 comments on commit 4e7d7b7

Please sign in to comment.