The vscode NPM module. Deprecated in favor of @types/vscode and vscode-test.
Перейти к файлу
Pine Wu c871436d7c v1.1.37 2020-04-23 11:35:48 -07:00
.vscode remove unneeded TS dependency 2018-12-04 12:01:56 +01:00
bin Clean up for new release 2020-04-23 11:34:58 -07:00
lib Clean up for new release 2020-04-23 11:34:58 -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 Clean up for new release 2020-04-23 11:34:58 -07:00
package.json v1.1.37 2020-04-23 11:35:48 -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 Merge pull request #170 from microsoft/pine/154 2020-04-23 11:24:30 -07:00

README.md

vscode-extension-vscode

⚠️ Deprecated, use @types/vscode and vscode-test instead ⚠️

This is the source code for the NPM vscode module.

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. This package will only receive security updates.

Release Notes | Migration Guide

Summary

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

Changes

1.1.37 | 2020-04-22

  • Remove request and url-parse dependencies. #154.

License

MIT