Skip to content

Commit

Permalink
Updated icon
Browse files Browse the repository at this point in the history
Adopted a new and simpler icon.
The previous was far too complex to grab attention from users browsing for useful information
  • Loading branch information
MUmarShahbaz committed Aug 3, 2024
1 parent 1c74ef4 commit 8336149
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
node_modules
*.vsix
vsix/
.vscode/
vsc-extension-quickstart.md
.vscodeignore
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
All notable changes to the "Arduino Language Support" extension will be documented in this file.

## Released

- v1.0.1
- Modified
- Icon.jpg
- v1.0.0
- Added
- Arduino IDE Light theme
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,4 @@ In this extension I do the following at the moment
If not set by default, click on the language mode button in the status bar.<br> It is most likely in the bottom right, with either "C++" or "Plain Text" written on it.
That will open this menu:<br>
![Language Mode Menu](images/screenshots/Screenshot%20(6).png)<br>
Click on Arduino to use it or, click on "Configure File Association for '.ino'" and then click on Arduino to set it up permanently

## [Github Repository link](https://github.com/KingHowler/Arduino-Language-Support)
## [My Github Profile](https://www.github.com/KingHowler)
Click on Arduino to use it or, click on "Configure File Association for '.ino'" and then click on Arduino to set it up permanently
Binary file added images/icon.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/icon.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"publisher": "MUmarShahbaz",
"name": "als",
"icon": "images/icon.jpg",
"icon": "images/icon.jpeg",
"license": "MIT",
"displayName": "Arduino Language Support",
"description": "Language support extension to allow proper editing and programming of .ino files",
"repository": {
"type": "git",
"url": "https://github.com/KingHowler/Arduino-Language-Support"
},
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit 8336149

Please sign in to comment.