Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lppedd/kotlinx-vscode
VS Code extension development in Kotlin
https://github.com/lppedd/kotlinx-vscode
Last synced: 16 days ago
JSON representation
VS Code extension development in Kotlin
- Host: GitHub
- URL: https://github.com/lppedd/kotlinx-vscode
- Owner: lppedd
- License: apache-2.0
- Created: 2024-02-11T22:29:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-11T22:43:18.000Z (9 months ago)
- Last Synced: 2024-10-10T18:43:46.552Z (about 1 month ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kotlinx-vscode
A collection of utilities to make it possible to develop VS Code extensions in Kotlin.
## Prerequisites
- [x] Per-file K/JS compilation output
- [ ] ESM support in VS Code
https://github.com/microsoft/vscode/issues/201935## Components
- [ ] Mocha externals
https://www.npmjs.com/package/@types/mocha
- [ ] VS Code externals
https://www.npmjs.com/package/@types/vscode
- [ ] VS Code Test Electron externals
https://www.npmjs.com/package/@vscode/test-electron
- [x] Launch/Debug IntelliJ support
https://github.com/lppedd/idea-vscode