Skip to content

Commit

Permalink
Bump to 0.1.27 and refactor packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaskRay committed Oct 15, 2019
1 parent a80bd9f commit ec3c887
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 70 deletions.
7 changes: 4 additions & 3 deletions .vscodeignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.vscode/**
src/**
**/.*
**/*.map
.gitignore
build.cmd
tsconfig.json
**/*.ts
tsconfig.json
tslint.json
34 changes: 0 additions & 34 deletions README-dev.md

This file was deleted.

5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# vscode-ccls

This is the Visual Studio Code extension for [ccls](https://github.com/MaskRay/ccls).

![](https://ptpb.pw/ScXs.jpg)
This is the Visual Studio Code extension for [ccls](https://github.com/MaskRay/ccls),
a C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlighting.

See:

Expand Down
11 changes: 0 additions & 11 deletions build.py

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "C/C++/ObjC language server supporting cross references, hierarchies, completion and semantic highlight",
"author": "ccls-project",
"license": "MIT",
"version": "0.1.23",
"version": "0.1.27",
"publisher": "ccls-project",
"scripts": {
"vscode:prepublish": "npm run lint && npm run compile",
Expand Down
17 changes: 0 additions & 17 deletions publish.py

This file was deleted.

0 comments on commit ec3c887

Please sign in to comment.