You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -13,4 +13,4 @@ Every time you want to run the extension with the language server:
13
13
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)).
14
14
15
15
## 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