Skip to content

Commit 285e166

Browse files
committed
feat: prepare for 5.1.0
1 parent 32ba04f commit 285e166

File tree

5 files changed

+9
-11
lines changed

5 files changed

+9
-11
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,3 @@ vscord-*.vsix
121121
# macOS
122122
.DS_Store
123123

124-
# package.lock
125-
package-lock.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@types/node": "16.x",
4949
"@types/vscode": "1.57.0",
5050
"@xhayper/discord-rpc": "^1.0.15",
51-
"discord-api-types": "^0.37.34",
51+
"discord-api-types": "^0.37.36",
5252
"filesize": "^10.0.6",
5353
"git-url-parse": "^13.1.0",
5454
"source-map-support": "^0.5.21",
@@ -851,5 +851,5 @@
851851
}
852852
]
853853
},
854-
"packageManager": "pnpm@7.27.0"
854+
"packageManager": "pnpm@7.29.3"
855855
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/data/languages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"language": "sql",
273273
"image": "sql"
274274
},
275-
{
275+
{
276276
"language": "squirrel",
277277
"image": "squirrel"
278278
},

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export const registerCommands = (ctx: ExtensionContext) => {
103103
.then(async () => await controller.enable())
104104
.catch(() => {
105105
window.showErrorMessage("Failed to reconnect to Discord Gateway");
106-
106+
107107
controller.statusBarIcon.text = "$(search-refresh) Reconnect to Discord Gateway";
108108
controller.statusBarIcon.command = "vscord.reconnect";
109109
controller.statusBarIcon.show();

0 commit comments

Comments
 (0)