@donaldpipowitch/vscode-extension-server
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@donaldpipowitch/vscode-extension-server

A .vscode/extensions.json language server.

This server adds features like code completion to your .vscode/extensions.json files.

💡 This package was created as a part of the "How to create a language server and VS Code extension" article. Don't expect a fully featured and supported package, but feel free to use it, if you find it useful. 💡

Setup

$ npm install @donaldpipowitch/vscode-extension-server

Usage

This server should be used in tandem with a corresponding client. For an example of such client have a look at my "How to create a language server and VS Code extension" article which is a step-by-step guide to create and use a server like this one.

/@donaldpipowitch/vscode-extension-server/

    Package Sidebar

    Install

    npm i @donaldpipowitch/vscode-extension-server

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    12.4 kB

    Total Files

    16

    Last publish

    Collaborators

    • donaldpipowitch