Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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