|
7 | 7 | </head> |
8 | 8 |
|
9 | 9 | <body> |
10 | | - <div class="container mt-5 mb-5"> |
| 10 | + <div class="container mb-5"> |
11 | 11 | <div class="row mb-3"> |
12 | 12 | <div class="col"> |
13 | 13 | <h1>Java Overview</h1> |
@@ -152,17 +152,32 @@ <h3 class="font-weight-light">Help</h3> |
152 | 152 | <div class="col"> |
153 | 153 | <h3 class="font-weight-light">Learn</h3> |
154 | 154 | <div class="list-group"> |
155 | | - <button id="gettingStartedBtn" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2" title="Open Java Getting Started View"> |
| 155 | + <button command="java.gettingStarted" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2 p-2" title="Open Java Getting Started View"> |
156 | 156 | <p class="mb-1">Java Getting Started</p> |
157 | | - <small>Learn 1 min <a href="command:java.gettingStarted?%22%23quick-start-tab%22">Quick Start</a> tutorial, common shortcuts for <a href="command:java.gettingStarted?%22%23code-editing-tab%22">Code Editing</a> and <a href="command:java.gettingStarted?%22%23debugging-tab%22">Debugging</a>, and <a href="command:java.gettingStarted?%22%23faq-tab%22">FAQ</a>.</small> |
| 157 | + <small>Learn 1 min <a href="javascript:void(0)" title="Quick Start" command="java.gettingStarted" args='"#quick-start-tab"'>Quick Start</a> tutorial, common shortcuts for <a href="javascript:void(0)" title="Code Editing" command="java.gettingStarted" args='"#code-editing-tab"'>Code Editing</a> and <a href="javascript:void(0)" title="Debugging" command="java.gettingStarted" args='"#debugging-tab"'>Debugging</a>, and <a href="javascript:void(0)" title="FAQ" command="java.gettingStarted" args='"#faq-tab"'>FAQ</a>.</small> |
158 | 158 | </button> |
159 | | - <a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fjava%2Fjava-debugging%22" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2" title="Open Java Debugging Tutorial"> |
160 | | - <p class="mb-1">Debugging Tutorial</p> |
161 | | - <small>Learn how to debug Java apps in VS Code.</small> |
| 159 | + <button command="java.helper.openUrl" args='"https://code.visualstudio.com/docs/java/java-tutorial"' class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2 p-2" title="Open Java Tutorials"> |
| 160 | + <p class="mb-1">Java Tutorials</p> |
| 161 | + <small>Learn how to <a href="javascript:void(0)" title="Open Java Debugging Tutorial" command="java.helper.openUrl" args='"https://code.visualstudio.com/docs/java/java-debugging"'>debug Java apps</a> and <a href="javascript:void(0)" title="Open Java Testing Tutorial" command="java.helper.openUrl" args='"https://code.visualstudio.com/docs/java/java-testing"'>run JUnit tests</a> in VS Code.</small> |
| 162 | + </button> |
| 163 | + </div> |
| 164 | + </div> |
| 165 | + </div> |
| 166 | + <div class="row mb-3"> |
| 167 | + <div class="col"> |
| 168 | + <h3 class="font-weight-light">Configuration</h3> |
| 169 | + <div class="list-group"> |
| 170 | + <a href="javascript:void(0)" command="java.runtime" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2 p-2" title="Open Java Runtime Guide"> |
| 171 | + <p class="mb-1">Configure Java Runtime</p> |
| 172 | + <small>Setup JDKs for projects and VS Code Java.</small> |
| 173 | + </a> |
| 174 | + <a href="javascript:void(0)" command="java.extGuide" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2 p-2" title="Open Extension Guide"> |
| 175 | + <p class="mb-1">Extension Guide</p> |
| 176 | + <small>Recommended extensions for Java development.</small> |
162 | 177 | </a> |
163 | | - <a href="command:java.helper.openUrl?%22https%3A%2F%2Fcode.visualstudio.com%2Fdocs%2Fjava%2Fjava-testing%22" class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2" title="Open Java Testing Tutorial"> |
164 | | - <p class="mb-1">Run JUnit Tests</p> |
165 | | - <small>Learn how to work with JUnit test cases in VS Code.</small> |
| 178 | + <a href="javascript:void(0)" command="workbench.action.openSettings" args='"java."' class="list-group-item list-group-item-action flex-column align-items-start btn btn-link mb-2 p-2" title="Open Java Settings"> |
| 179 | + <p class="mb-1">Java Settings</p> |
| 180 | + <small>Show the Java settings.</small> |
166 | 181 | </a> |
167 | 182 | </div> |
168 | 183 | </div> |
|
0 commit comments