Skip to content

Commit

Permalink
v0.1.0 release (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Qusic committed Jul 22, 2021
1 parent 28733b6 commit 162130e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Code IntelliSense for [GN](https://gn.googlesource.com/gn) build system.

Currently there are no options to configure. Simply install the corresponding editor extension, and you are good to go:

- [VS Code]()
- [VS Code](https://marketplace.visualstudio.com/items?itemName=msedge-dev.gnls)

## License

Expand Down
26 changes: 22 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
{
"name": "gnls",
"publisher": "msedge-dev",
"version": "0.1.0",
"displayName": "GN Language Server",
"publisher": "banl",
"version": "1.0.0",
"private": true,
"repository": "github:microsoft/gnls",
"description": "Code IntelliSense for GN build system.",
"license": "SEE LICENSE IN LICENSE",
"categories": [
"Programming Languages"
],
"keywords": [
"gn",
"chromium"
],
"homepage": "https://github.com/microsoft/gnls",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/gnls.git"
},
"bugs": {
"url": "https://github.com/microsoft/gnls/issues"
},
"main": "./build",
"engines": {
"vscode": "^1.57.0"
},
"extensionKind": [
"workspace"
],
"activationEvents": [
"onLanguage:gn"
],
Expand Down

0 comments on commit 162130e

Please sign in to comment.