Skip to content

Commit

Permalink
update icon, fix broken link
Browse files Browse the repository at this point in the history
Signed-off-by: he1pa <[email protected]>
  • Loading branch information
He1pa committed Jul 1, 2024
1 parent 388bea6 commit 67101eb
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 38 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
This extension provides some coding assistance, including the following features:

- **Syntax Highlight:**
![Highlight](https://kcl-lang.io/assets/images/Highlight-eb0516cd26555785169222292bede364.png)
![Highlight](https://www.kcl-lang.io/assets/images/Highlight-ddacdde9f18d504f7a103583c2f76b86.png)
- **Goto Definition:** Goto definition of schema, variable, schema attribute, and import pkg.
![Goto Definition](https://kcl-lang.io/assets/images/GotoDef-0875243eacd6b76e49b7a5b95cb9ce55.gif)
- **Completion:** Keywords completions and dot(`.`) completion.
Expand Down
15 changes: 0 additions & 15 deletions fileicons/images/document-dark.svg

This file was deleted.

15 changes: 0 additions & 15 deletions fileicons/images/document-light.svg

This file was deleted.

19 changes: 19 additions & 0 deletions fileicons/images/kcl-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 2 additions & 5 deletions fileicons/kcl-file-icon.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
{
"iconDefinitions": {
"_file_light": {
"iconPath": "./images/document-light.svg"
},
"_file_dark": {
"iconPath": "./images/document-light.svg"
"iconPath": "./images/kcl-logo.svg"
}
},
"languageIds": {
Expand All @@ -20,7 +17,7 @@
},
"highContrast": {
"fileExtensions": {
"k": "_file_dark"
"k": "_file_light"
}
}
}
Binary file removed icon.png
Binary file not shown.
Binary file added kcl-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publisher": "kcl",
"displayName": "KCL",
"description": "Language extension for KCL",
"version": "0.1.9",
"version": "0.1.10",
"engines": {
"vscode": "^1.63.0"
},
Expand Down Expand Up @@ -96,7 +96,7 @@
}
]
},
"icon": "icon.png",
"icon": "kcl-logo.png",
"repository": {
"type": "git",
"url": "https://github.com/kcl-lang/vscode-kcl"
Expand Down

0 comments on commit 67101eb

Please sign in to comment.