Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
malinthar committed May 19, 2022
1 parent 6878180 commit a00437f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# The Ballerina Compiler Toolkit

This toolkit only provides additional tooling support for Ballerina developers. In order to experience language intelligence and other core features, install the Ballerina plugin. Checkout [ballerina.io](https://ballerina.io/) for details.
This toolkit only provides additional tooling support for Ballerina compiler developers.

In order to experience language intelligence and other core features, install the [Ballerina plugin](https://marketplace.visualstudio.com/items?itemName=WSO2.ballerina).

Checkout [ballerina.io](https://ballerina.io/) for more details.

## Building the Extension
> Building with Tests
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "ballerinacompilertoolkit",
"displayName": "Ballerina Compiler Toolkit",
"description": "VSCode Compiler Tools for Ballerina",
"version": "2.0.0-Alpha-SNAPSHOT",
"description": "Compiler Developer Tools for Ballerina",
"version": "2.0.0",
"publisher": "ballerina",
"author": "ballerina.io",
"license": "Apache-2.0",
Expand Down

0 comments on commit a00437f

Please sign in to comment.