Add description proposed dts file for #33358

pull/62353/head
Pine Wu 2018-10-31 14:02:04 -07:00
parent f748c0b163
commit cec19a1cea
1 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,16 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// This is the place for API experiments and proposals.
/**
* This is the place for API experiments and proposals.
* These API are NOT stable and subject to change. They are only available in the Insiders
* distribution and CANNOT be used in published extensions.
*
* To test these API in local environment:
* - Use Insiders release of VS Code.
* - Add `"enableProposedApi": true` to your package.json.
* - Copy this file to your project.
*/
declare module 'vscode' {