Upsilon-VsCode/Client/node_modules/vscode
Deukhoofd 95cff6f702
Initial
2019-02-17 18:07:28 +01:00
..
bin Initial 2019-02-17 18:07:28 +01:00
lib Initial 2019-02-17 18:07:28 +01:00
LICENSE Initial 2019-02-17 18:07:28 +01:00
README.md Initial 2019-02-17 18:07:28 +01:00
package.json Initial 2019-02-17 18:07:28 +01:00
thenable.d.ts Initial 2019-02-17 18:07:28 +01:00
thirdpartynotices.txt Initial 2019-02-17 18:07:28 +01:00
vscode.d.ts Initial 2019-02-17 18:07:28 +01:00

README.md

vscode-extension-vscode

The vscode NPM module provides VS Code extension authors tools to write extensions. It provides the vscode.d.ts node module (all accessible API for extensions) as well as commands for compiling and testing extensions.

For more information around extension authoring for VS Code, please see http://code.visualstudio.com/docs/extensions/overview

History

  • 1.1.0: Updated NPM dependencies

  • 1.0.0: Extension developement is based on TypeScript >= 2.0.3

  • 0.10.x: Extension developement is based on TypeScript 1.8.10

License

MIT