Skip to content

Commit

Permalink
refactor: update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Milic committed Oct 18, 2024
1 parent b0a6425 commit 0d16ab2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@

We greatly appreciate contributions to the vscode-java-dependency project. Your efforts help us maintain and improve this extension. To ensure a smooth contribution process, please follow these guidelines.

## Setup Guide
## Prerequisites
- [JDK](https://www.oracle.com/java/technologies/downloads/?er=221886)
- [Node.JS](https://nodejs.org/en/)
- [VSCode](https://code.visualstudio.com/)

## Build and Run

To set up the vscode-java-dependency project, follow these steps:

Expand All @@ -19,11 +24,12 @@ To set up the vscode-java-dependency project, follow these steps:
npm install
```

3. **Run the Extension**:
3. **Run/Debug the Extension**:
- Open the "Run and Debug" view in Visual Studio Code.
- Run the "Run Extension" task.

4. **Attach to Plugin**:
4. **Attach to Plugin[Debug Java]**:
- Prerequisite: Ensure that the extension is activated, meaning the Java process is already launched. This is required for the task to run properly.
- Open the "Run and Debug" view in Visual Studio Code.
- Run the "Attach to Plugin" task.
- Note: This task is required only if you want to debug Java code [jdtls.ext](./jdtls.ext). It requires the [vscode-pde](https://marketplace.visualstudio.com/items?itemName=yaozheng.vscode-pde) extension to be installed.
Expand Down

0 comments on commit 0d16ab2

Please sign in to comment.