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 all commits
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 for Visual Studio Code

This toolkit introduces the capability to investigate and delve in to the syntax trees of Ballerina code and to retrieve the syntax API calls that are required to create a particular piece of Ballerina code. However, this extension only provides additional capabilities to support Ballerina developers. In order to experience language intelligence and other core features, install the Ballerina extension. Checkout the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=WSO2.ballerina) for further 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.

---
## Quick Start
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
Loading