mirror of
https://github.com/Strum355/mcshader-lsp.git
synced 2025-08-04 00:49:17 +00:00
Added logo for when published
This commit is contained in:
parent
41cce2121c
commit
036b6809dc
3 changed files with 6 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ node_modules
|
|||
out
|
||||
*.out
|
||||
*.txt
|
||||
glslangValidator
|
||||
glslangValidator
|
||||
*.vsix
|
|
@ -1,4 +1,5 @@
|
|||
# vscode-mc-shader
|
||||
# Minecraft GLSL Shaders
|
||||
## vscode-mc-shader
|
||||
|
||||
[](https://ci.netsoc.co/Strum355/vscode-mc-shader)
|
||||
[](https://github.com/Strum355/vscode-mc-shader/issues)
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
{
|
||||
"name": "vscode-mc-shader",
|
||||
"displayName": "Minecraft GLSL Shader",
|
||||
"displayName": "Minecraft GLSL Shaders",
|
||||
"description": "A Visual Studio Code extension for linting/etc Minecraft GLSL Shaders",
|
||||
"version": "0.9.0",
|
||||
"publisher": "Strum355",
|
||||
"author": "Noah Santschi-Cooney (Strum355)",
|
||||
"license": "MIT",
|
||||
"icon": "logo.png",
|
||||
"repository": {
|
||||
"url": "https://github.com/Strum355/vscode-mc-shader"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue