Skip to content
This repository was archived by the owner on Dec 4, 2023. It is now read-only.

Commit 3138c7a

Browse files
authored
Merge pull request #510 from microsoft/trboehre/readme
Updated README to remove code formatter info
2 parents ba955fb + 34d0fd8 commit 3138c7a

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,26 +48,17 @@ CheckStyle is available in different flavours:
4848
Any IDE that can import and work with Maven projects should work. As a matter of practice we use the command line to perform Maven builds. If your IDE can be configured to defer build and run to Maven it should also work.
4949
- Java
5050
- We use the [Azul JDK 8](https://www.azul.com/downloads/azure-only/zulu/?version=java-8-lts&architecture=x86-64-bit&package=jdk) to build and test with. While not a requirement to develop the SDK with, it is recommended as this is what Azure is using for Java 1.8. If you do install this JDK, make sure your IDE is targeting that JVM, and your path (from command line) and JAVA_HOME point to that.
51-
51+
5252
- Visual Studio Code
5353
- Extensions
5454
- Java Extension Pack by Microsoft
55-
- Checkstyle for Java by ShengChen (Optional)
5655
- EditorConfig for VS Code by EditorConfig (Recommended)
57-
- Recommended setup
58-
- Open the settings for "Language Support for Java by RedHat" and set:
59-
- Java > Format > Settings: Profile = "BotFramework"
60-
- Java > Format > Settings: Url = "etc/botframework-java-formatter.xml"
61-
- This will format the code (on command) to BotFramework style.
62-
56+
6357
- IntelliJ
6458
- Extensions
6559
- Checkstyle by IDEA
66-
- Eclipse Code Formatter by Vojtech-Krasa (Recommended)
6760
- Recommended setup
6861
- When importing the SDK for the first time, make sure "Auto import" is checked.
69-
- If the Eclipse Code Formatter was installed:
70-
- Got to Settings > Other Settings -> Eclipse Code Formatter, and set the formatter config file to etc/botframework-java-formatter.xml
7162

7263
## Reporting Security Issues
7364

0 commit comments

Comments
 (0)