Skip to content

Commit b3e9475

Browse files
committed
Fix the publisher name in package.json
Changed human friendly name to identifier
1 parent 6f0b2ed commit b3e9475

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,6 @@ dmypy.json
123123

124124
# Pyre type checker
125125
.pyre/
126+
127+
# VSIX File
128+
discord-py-snippets-1.0.0.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "discord.py Code Snippets",
44
"description": "Some code snippets for the discord.py package in python",
55
"version": "1.0.0",
6-
"publisher": "Wasi Master",
6+
"publisher": "WasiMaster",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/wasi-master/vscode-discord.py-snippets"

0 commit comments

Comments
 (0)