summaryrefslogtreecommitdiff
path: root/vscode/01-helloworld/README.md
diff options
context:
space:
mode:
authorKamal Wickramanayake <kamal@inbox.lk>2026-02-14 19:35:29 +0530
committerKamal Wickramanayake <kamal@inbox.lk>2026-02-14 19:35:29 +0530
commit2acae77eaa61c6dd9db69a19fc71114369cfa232 (patch)
treed3d1c80b64b3435e63fff8f503444868a8442dbc /vscode/01-helloworld/README.md
parent01edac7edf4154c77ffde449ebcb072c4995652e (diff)
Added VSCode helloworld sample application.
Diffstat (limited to 'vscode/01-helloworld/README.md')
-rw-r--r--vscode/01-helloworld/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/vscode/01-helloworld/README.md b/vscode/01-helloworld/README.md
new file mode 100644
index 0000000..a43b9f6
--- /dev/null
+++ b/vscode/01-helloworld/README.md
@@ -0,0 +1,18 @@
+## Getting Started
+
+Welcome to the VS Code Java world. Here is a guideline to help you get started to write Java code in Visual Studio Code.
+
+## Folder Structure
+
+The workspace contains two folders by default, where:
+
+- `src`: the folder to maintain sources
+- `lib`: the folder to maintain dependencies
+
+Meanwhile, the compiled output files will be generated in the `bin` folder by default.
+
+> If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.
+
+## Dependency Management
+
+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).