https://github.com/alikhachev/vs-code-hello-world-kt-extension
Hello world extension for Visual Studio Code written in Kotlin/JS
https://github.com/alikhachev/vs-code-hello-world-kt-extension
Last synced: 3 months ago
JSON representation
Hello world extension for Visual Studio Code written in Kotlin/JS
- Host: GitHub
- URL: https://github.com/alikhachev/vs-code-hello-world-kt-extension
- Owner: ALikhachev
- License: mit
- Created: 2021-10-03T03:21:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T08:52:46.000Z (almost 5 years ago)
- Last Synced: 2025-01-10T10:32:26.740Z (over 1 year ago)
- Language: Kotlin
- Size: 165 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Hello world" VS code extension written in Kotlin/JS
This repository contains a project ready to build VS code extension written in Kotlin/JS.
Don't ask my why, just for fun.
Currently, [dukat](https://kotlinlang.org/docs/js-external-declarations-with-dukat.html) generates
slightly incorrect Kotlin mappings of
[vscode type declarations](https://www.npmjs.com/package/@types/vscode) so the module
[vscode](./vscode) contains fixed version of automatically generated mappings.
The extension register command `helloworld.helloWorld` with displayed name `Hello world` that shows
popup message "Hello World from Kotlin/JS!"

## How to install the extension?
Just execute the command `./gradlew installExtension` or `gradlew installExtension` depending on your OS.