Skip to content

Commit

Permalink
Add classpath configuration page to java shortcuts (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Apr 1, 2024
1 parent 361b1d9 commit a6a5bc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
"onWalkthrough:javaWelcome"
],
"contributes": {
"javaShortcuts": [
{
"title": "$(project) Open Project Settings",
"command": "java.classpathConfiguration"
}
],
"walkthroughs": [
{
"id": "javaWelcome",
Expand Down

0 comments on commit a6a5bc5

Please sign in to comment.