Skip to content

Commit 036b680

Browse files
committed
Added logo for when published
1 parent 41cce21 commit 036b680

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
out
33
*.out
44
*.txt
5-
glslangValidator
5+
glslangValidator
6+
*.vsix

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# vscode-mc-shader
1+
# Minecraft GLSL Shaders
2+
## vscode-mc-shader
23

34
[![CI](https://ci.netsoc.co/api/badges/Strum355/vscode-mc-shader/status.svg?branch=master)](https://ci.netsoc.co/Strum355/vscode-mc-shader)
45
[![Issues](https://img.shields.io/github/issues-raw/Strum355/vscode-mc-shader.svg)](https://github.com/Strum355/vscode-mc-shader/issues)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "vscode-mc-shader",
3-
"displayName": "Minecraft GLSL Shader",
3+
"displayName": "Minecraft GLSL Shaders",
44
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
55
"version": "0.9.0",
66
"publisher": "Strum355",
77
"author": "Noah Santschi-Cooney (Strum355)",
88
"license": "MIT",
9+
"icon": "logo.png",
910
"repository": {
1011
"url": "https://github.com/Strum355/vscode-mc-shader"
1112
},

0 commit comments

Comments
 (0)