Skip to content

Commit fa0ba57

Browse files
authored
Merge pull request #2 from SSlinky/fixLink
Fix link
2 parents 113b469 + 348e98a commit fa0ba57

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Adds VBA language support to VSCode via LSP compliant Language Server.
1919
## Installation
2020

2121
* Through the VBA Marketplace,
22-
* VSCode command palette `ext install sslinky.vba-lsp`, or;
22+
* VSCode command palette `ext install notisdataanalytics.vba-lsp`, or;
2323
* Download the [visx](../../releases/latest).
2424

2525
## Contributing

package-lock.json

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

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"icon": "images/vba-lsp-icon.png",
66
"author": "SSlinky",
77
"license": "MIT",
8-
"version": "1.1.0",
8+
"version": "1.2.0",
99
"repository": {
1010
"type": "git",
1111
"url": "https://github.com/SSlinky/VBA-LanguageServer"
@@ -29,7 +29,9 @@
2929
"languages": [
3030
{
3131
"id": "vba",
32-
"aliases": ["VBA"],
32+
"aliases": [
33+
"VBA"
34+
],
3335
"extensions": [
3436
".bas",
3537
".cls",

0 commit comments

Comments
 (0)