Skip to content

Commit

Permalink
go back to mid size icon
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelangeloio committed Nov 8, 2023
1 parent 5c238a1 commit afd21af
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
version = "0.1.5"
version = "0.1.6"
authors = [
"michaelangeloio"
]
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "VSCode part of a language server",
"author": "Microsoft Corporation",
"license": "MIT",
"version": "0.1.5",
"version": "0.1.6",
"publisher": "vscode",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions crates/does-it-throw-wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "does-it-throw-wasm"
version = "0.1.5"
version = "0.1.6"
description = "LSP server wasm binding for does-it-throw"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand All @@ -13,7 +13,7 @@ homepage = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md
crate-type = ["cdylib"]

[dependencies]
does-it-throw = { path = "../does-it-throw", version = "0.1.5"}
does-it-throw = { path = "../does-it-throw", version = "0.1.6"}
swc_common = "0.33"
swc_ecma_parser = "0.141.3"
swc_ecma_ast = "0.110.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/does-it-throw/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "does-it-throw"
version = "0.1.5"
version = "0.1.6"
description = "LSP library for finding ES throw statements"
license = "MIT"
documentation = "https://github.com/michaelangeloio/does-it-throw/blob/main/readme.md"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "does-it-throw",
"version": "0.1.5",
"version": "0.1.6",
"main": "./client/out/extension.js",
"repository": {
"url": "https://github.com/michaelangeloio/does-it-throw"
},
"icon": "assets/icon-128.png",
"icon": "assets/icon-small.png",
"author": {
"name": "Michael Angelo",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-does-it-throw-server",
"description": "Example implementation of a language server in node.",
"version": "0.1.5",
"version": "0.1.6",
"author": "Microsoft Corporation",
"license": "MIT",
"engines": {
Expand Down

0 comments on commit afd21af

Please sign in to comment.