Skip to content
This repository was archived by the owner on Nov 28, 2022. It is now read-only.

Commit 8e1f231

Browse files
update readme and logo
Signed-off-by: Jonathan Spruce <jonathan.spruce@ibm.com>
1 parent addbe09 commit 8e1f231

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Codewind Java Profiler
22

3-
Annotates your Java code with code highlighting for your hottest methods in your Codewind projects.
3+
Annotates your Java code with code highlighting for your hottest methods in your Eclipse Codewind projects.
44

55
![platforms](https://img.shields.io/badge/runtime-Java-yellow.svg)
66
[![Eclipse License](https://img.shields.io/badge/license-Eclipse-brightgreen.svg)](https://github.com/eclipse/codewind-java-profiler/blob/master/LICENSE)
77

8-
This extension provides code highlighting showing relative time spent in Java methods based on profiling data gathered through Codewind Load Testing.
8+
This extension provides code highlighting showing relative time spent in Java methods based on profiling data gathered through Codewind's load testing feature.
99

1010
## Usage
1111

1212
### Prerequisites
1313

14-
- The Codewind extension (available [here](https://marketplace.visualstudio.com/items?itemName=IBM.codewind)) installed in Visual Studio Code.
14+
- The Eclipse Codewind extension (available [here](https://marketplace.visualstudio.com/items?itemName=IBM.codewind)) installed in Visual Studio Code.
1515
- A Java Liberty project bound to Codewind.
1616

1717
With Visual Studio Code:

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "codewind-java-profiler",
33
"displayName": "Codewind Java Profiler",
4-
"description": "Code Highlighting for Codewind's Java Load Testing",
4+
"description": "Code Highlighting for Eclipse Codewind's Java Load Testing",
55
"version": "19.6.0",
66
"author": "IBM",
77
"publisher": "IBM",
@@ -16,7 +16,7 @@
1616
"Profiling",
1717
"Java",
1818
"Load",
19-
"IBM"
19+
"Eclipse"
2020
],
2121
"icon": "res/img/codewind-logo.png",
2222
"homepage": "https://www.eclipse.org/codewind/",

res/img/codewind-logo.png

-697 Bytes
Loading

0 commit comments

Comments
 (0)