GitXplorerGitXplorer
j

vscode-generator-code-insiders

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
941b230a8e25c86c3392fbcc4751a646dd49d470

fix package-web for web update

aaeschli committed 4 years ago
Unverified
62ce4a3d994cff3511b95e8f5c258b2383997d9b

Use of "runtimeExecutable" in launch configs is deprecated; please remove usage. Fixes #1

aaeschli committed 4 years ago
Unverified
e08964ea3c082f12ce77b1b451c599b7a0e3f051

update image

aaeschli committed 4 years ago
Unverified
aeed076e889cd1a5b1bf1e99edcb2868be242b3b

fix package-web script

aaeschli committed 4 years ago
Unverified
48d4129dbeb930350e1f9fd649cb915484bcd87e

web extension: support debugging

aaeschli committed 4 years ago
Unverified
b69dac166187e2abc71850ea30ea3fe13423b566

update readme

aaeschli committed 4 years ago

README

The README file for this repository.

Yo Code Insiders - Extension and Customization Generator

Build Status

This Yeoman generator helps you with extensions that use VSCode APIs in development.

Install the Generator

Install Yeoman and the VS Code Extension generator:

npm install -g yo generator-code-insiders

Run Yo Code

The Yeoman generator will walk you through the steps required to create your customization or extension prompting for the required information.

To launch the generator simply type:

yo code-insiders

The command generator

Generator Output

These templates will

  • Create a base folder structure
  • Template out a rough package.json
  • Import any assets required for your extension e.g. tmBundles or the VS Code Library
  • For Extensions: Set-up launch.json for running your extension and attaching to a process

## History



## License

[MIT](LICENSE)