Skip to content

Commit 031fa22

Browse files
jdneoCsCherrYY
andauthored
feat: Set the output path explicitly by default when creating project without build tools (#524)
Co-authored-by: Shi Chen <[email protected]>
1 parent 941c336 commit 031fa22

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"java.project.sourcePaths": ["src"],
3+
"java.project.outputPath": "bin"
4+
}

templates/invisible-project/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The workspace contains two folders by default, where:
99
- `src`: the folder to maintain sources
1010
- `lib`: the folder to maintain dependencies
1111

12+
Meanwhile, the compiled output files will be generated in the `bin` folder by default.
13+
14+
> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.
15+
1216
## Dependency Management
1317

1418
The `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).

0 commit comments

Comments
 (0)