dianfu commented on a change in pull request #16892:
URL: https://github.com/apache/flink/pull/16892#discussion_r691851495
##########
File path: docs/content/docs/flinkDev/ide_setup.md
##########
@@ -39,7 +39,7 @@ command line first (`mvn clean package -DskipTests`) as it
might be your IDE
that has a bug or is not properly set up.
{{< /hint >}}
-## Preparation
Review comment:
After this change, the catalog on the right top seems not expected. It's
quite different from before. Is this wanted? Could you double check that?
##########
File path: docs/content/docs/flinkDev/ide_setup.md
##########
@@ -51,112 +51,43 @@ git clone https://github.com/apache/flink.git
## Ignoring Refactoring Commits
-We keep a list of big refactoring commits in `.git-blame-ignore-revs`. When
looking at change annotations using `git blame` it's helpful to ignore these.
You can configure git and your IDE to do so using:
+We keep a list of big refactoring commits in `.git-blame-ignore-revs`. When
looking at change
+annotations using `git blame` it's helpful to ignore these. You can configure
git and your IDE to
+do so using:
```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
-## IntelliJ IDEA
Review comment:
ditto
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]