GitXplorerGitXplorer
e

py-vscode-extensions

public
24 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
5faabc52a3525fde27f2348efd7cbeb779ad8dfd

Add a wrapper script for use during development.

eericsnowcurrently committed 4 years ago
Unverified
375a023a485b03a422bba096ec731bfef23e8e4e

Fix the scripts's "init ." case.

eericsnowcurrently committed 4 years ago
Unverified
d5f8563f0bceab16df63c20900db51da5e8ba4d6

Add "repo" to the config.

eericsnowcurrently committed 4 years ago
Unverified
e4807a1fdcea7b247e399ff317a876b7679a9cea

Add some git utils.

eericsnowcurrently committed 4 years ago
Unverified
6370dbf7b78f9dfbbed7c6ad2a07d7dd3dbde124

Add some OS utils.

eericsnowcurrently committed 4 years ago
Unverified
661ea60eaaf314587ccaa497888211c3b92bbaf2

Add a "publisher" field to the config.

eericsnowcurrently committed 4 years ago

README

The README file for this repository.

Note: This is a new project under development. Expect it to be incomplete and unreliable until the initial release.

py-vscode

Write VS Code extensions using Python

Note: This project has no official affiliation with Microsoft.

Description

VSCode extensions are typically written in Typescript and directly interact with VS Code. However, not everyone interested in writing an extension for VS Code is comfortable using Typescript. We will focus here on helping those that are comfortable with Python.

The project is comprised of 2 parts:

  • a library that facilitates interacting with VS Code
  • a tool to generate and manage a VS Code extension