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

Improve docs for publishing #12

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ballerinacompilertoolkit",
"displayName": "Ballerina Compiler Toolkit",
"description": "VSCode Compiler Tools for Ballerina",
"description": "Compiler Developer Tools for Ballerina",
"version": "2.0.0-Alpha-SNAPSHOT",
"publisher": "ballerina",
"author": "ballerina.io",
Expand Down