The vscode NPM module. Deprecated in favor of @types/vscode and vscode-test.
Перейти к файлу
Benjamin Pasero 5815a930d0 bump to 1.1.27 2019-01-21 16:04:51 +01:00
.vscode remove unneeded TS dependency 2018-12-04 12:01:56 +01:00
bin share request options 2019-01-21 16:04:36 +01:00
lib share request options 2019-01-21 16:04:36 +01:00
.gitignore Clean up and adds more files/folders to be ignored. 2017-10-12 13:02:13 +03:00
.npmignore add testrunner.d.ts 2017-11-29 17:07:49 +01:00
LICENSE update name in license 2015-10-08 18:06:54 -07:00
README.md remove unneeded TS dependency 2018-12-04 12:01:56 +01:00
package-lock.json actually remove gulp-symdest (bump@1.1.26) 2018-12-06 06:55:31 +01:00
package.json bump to 1.1.27 2019-01-21 16:04:51 +01:00
thenable.d.ts Add Thenable type 2016-09-26 12:59:14 +02:00
thirdpartynotices.txt change repo 2015-10-08 17:52:38 -07:00
tsconfig.json bring node.d.ts to 4.x; hygiene files; bump version 2016-03-21 09:21:44 +01:00
tslint.json use our build server to fetch meta data around tags and releases 2016-04-01 14:44:37 +02: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

License

MIT