Skip to content

Commit

Permalink
improve automcompletion in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
mbussolotto authored and root committed Nov 25, 2024
1 parent c08e4e0 commit e7b8910
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
]
},
"java.project.referencedLibraries": [
"${workspaceFolder}/java/lib/*.jar",
"java/lib/*.jar", "java/buildconf/ivy/repository/suse/*jar"
],
"java.project.outputPath": "java/code/out/",
"java.project.sourcePaths": ["java/code", "branding/java/code"],
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
"ant.home": "/usr/share/ant",
Expand Down

0 comments on commit e7b8910

Please sign in to comment.