The vscode NPM module. Deprecated in favor of @types/vscode and vscode-test.
Перейти к файлу
Pine Wu 0090df8e01 v1.1.36 2019-07-31 16:45:26 -07:00
.vscode remove unneeded TS dependency 2018-12-04 12:01:56 +01:00
bin Drop dead code 2019-03-21 13:39:50 -07:00
lib Install is not refactored, leave shared, request and url-parse 2019-03-19 21:09:16 -07: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 Add a migration notice 2019-07-03 11:24:12 -07:00
package.json v1.1.36 2019-07-31 16:45:26 -07: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 Remove dependencies for downloading / unzipping 2019-03-08 21:55:23 -08:00
tslint.json use our build server to fetch meta data around tags and releases 2016-04-01 14:44:37 +02:00
yarn.lock Upgrade to mocha@5. Fix microsoft/vscode#75732 2019-06-26 15:10:46 -07:00

README.md

vscode-extension-vscode

⚠️ Use @types/vscode and vscode-test instead ⚠️

The funcionality of vscode module has been splitted into @types/vscode and vscode-test. They have fewer dependencies, allow greater flexibility in writing tests and will continue to receive updates. Although vscode will continue to work, we suggest that you migrate to @types/vscode and vscode-test.

Release Notes | Migration Guide


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