Skip to content

Commit 4d6778f

Browse files
committed
ignore fixes
1 parent 8f2c6ef commit 4d6778f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscodeignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ vsc-extension-quickstart.md
1010
**/.vscode-test.*
1111
create_refs.py
1212
**/*.ts
13-
CHANGELOG.md
14-
README.md
15-
image.png
13+
showcase.png
14+
.mypy_cache

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "gl-macro-hints",
33
"displayName": "gl Macro Hints",
4+
"publisher": "deepquantum",
45
"description": "This small extension expands the commonly used C/C++ OpenGL macros with their documentation from the khronos.org website to show the definition of the function and its parameters in detail.",
56
"version": "1.0.0",
67
"repository": {

0 commit comments

Comments
 (0)