From 8943e4278c8d6c9244b7254622b5ee9bd538f4f7 Mon Sep 17 00:00:00 2001 From: Dr Nic Williams Date: Wed, 6 Dec 2017 08:55:29 -0800 Subject: [PATCH] rename as .md + renumerate headers --- README-dev-env.txt => README-dev-env.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename README-dev-env.txt => README-dev-env.md (93%) diff --git a/README-dev-env.txt b/README-dev-env.md similarity index 93% rename from README-dev-env.txt rename to README-dev-env.md index b62a6c417..4a2022ee2 100644 --- a/README-dev-env.txt +++ b/README-dev-env.md @@ -1,6 +1,6 @@ -STS4 - Dev Environment Setup +# STS4 - Dev Environment Setup -# Running the STS4 Boot Java Language Server locally +## Running the STS4 Boot Java Language Server locally Import the headless-services modules into your workspace as existing Maven projects. Startup the boot java language server with: @@ -30,7 +30,7 @@ Save, then launch by pressing `F5`. This connects the VSCode extension to the locally running language server. It also uses port 5007 -# Connect local STS4 Boot Java LS to Eclipse runtime workbench +## Connect local STS4 Boot Java LS to Eclipse runtime workbench Startup Eclipse or STS (3). I.e something that support for RCP / plugin development. @@ -43,7 +43,7 @@ The language server plugin is: org.springframework.tooling.boot.java.ls Add Vmargs: -Dboot-java-ls-port=5007 This lets the Eclipse language server extension connect to the locally running language server on port 5007 -# Additional Resources: +## Additional Resources: - Generic editor source code (used by lsp4e as a dependency): https://github.com/eclipse/eclipse.platform.text Not sure which version of this you should checkout, it probably depends on your version of Eclipse as this is part