File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ node_modules
2
2
out
3
3
* .out
4
4
* .txt
5
- glslangValidator
5
+ glslangValidator
6
+ * .vsix
Original file line number Diff line number Diff line change 1
- # vscode-mc-shader
1
+ # Minecraft GLSL Shaders
2
+ ## vscode-mc-shader
2
3
3
4
[ ![ CI] ( https://ci.netsoc.co/api/badges/Strum355/vscode-mc-shader/status.svg?branch=master )] ( https://ci.netsoc.co/Strum355/vscode-mc-shader )
4
5
[ ![ Issues] ( https://img.shields.io/github/issues-raw/Strum355/vscode-mc-shader.svg )] ( https://github.com/Strum355/vscode-mc-shader/issues )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vscode-mc-shader" ,
3
- "displayName" : " Minecraft GLSL Shader " ,
3
+ "displayName" : " Minecraft GLSL Shaders " ,
4
4
"description" : " A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders" ,
5
5
"version" : " 0.9.0" ,
6
6
"publisher" : " Strum355" ,
7
7
"author" : " Noah Santschi-Cooney (Strum355)" ,
8
8
"license" : " MIT" ,
9
+ "icon" : " logo.png" ,
9
10
"repository" : {
10
11
"url" : " https://github.com/Strum355/vscode-mc-shader"
11
12
},
You can’t perform that action at this time.
0 commit comments