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

Commit

Permalink
Update version and rename extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ericglau committed Jan 23, 2022
1 parent b429a8f commit 08fdb15
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Language support for Cairo and StarkNet
# StarkNet Cairo language support

[Cairo](https://www.cairo-lang.org/) language support for VS Code.

This project implements a Cairo language server and VS Code extension to help with writing Cairo contracts for StarkNet.
[Cairo](https://www.cairo-lang.org/) language server and VS Code extension to help with writing Cairo contracts for StarkNet.

**Note**: This is an early preview release and is still in active development.

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cairo-ls",
"displayName": "Language support for Cairo and StarkNet",
"displayName": "StarkNet Cairo language support",
"description": "Cairo and StarkNet language support for VS Code",
"author": "Eric Lau",
"license": "EPL-2.0",
Expand Down Expand Up @@ -108,22 +108,22 @@
"commands": [
{
"command": "nile.compile",
"category": "Language support for Cairo",
"category": "StarkNet Cairo language support",
"title": "Nile - Compile this contract"
},
{
"command": "nile.compile.all",
"category": "Language support for Cairo",
"category": "StarkNet Cairo language support",
"title": "Nile - Compile all"
},
{
"command": "nile.clean",
"category": "Language support for Cairo",
"category": "StarkNet Cairo language support",
"title": "Nile - Clean"
},
{
"command": "pytest",
"category": "Language support for Cairo",
"category": "StarkNet Cairo language support",
"title": "Run tests with pytest"
}
]
Expand Down

0 comments on commit 08fdb15

Please sign in to comment.