Skip to content

Commit 206bfa7

Browse files
Fix typo in BUILDING.md
Should be `package-extension`, not `packageextension`.
1 parent a222bff commit 206bfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Every time you want to run the extension with the language server:
1313
Your can attach the running language server on `localhost:8000`. Note that this can be done using the `Attach Kotlin Language Server` launch configuration in VSCode (requires the [Java Debug Extension](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)).
1414

1515
## Packaging
16-
Run `npm run packageextension` from the repository's top-level-directory. The extension will then be located under the name `kotlin-[version].vsix`.
16+
Run `npm run package-extension` from the repository's top-level-directory. The extension will then be located under the name `kotlin-[version].vsix`.

0 commit comments

Comments
 (0)