Skip to content

Commit cec19a1

Browse files
committed
Add description proposed dts file for #33358
1 parent f748c0b commit cec19a1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/vs/vscode.proposed.d.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,16 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
// This is the place for API experiments and proposals.
6+
/**
7+
* This is the place for API experiments and proposals.
8+
* These API are NOT stable and subject to change. They are only available in the Insiders
9+
* distribution and CANNOT be used in published extensions.
10+
*
11+
* To test these API in local environment:
12+
* - Use Insiders release of VS Code.
13+
* - Add `"enableProposedApi": true` to your package.json.
14+
* - Copy this file to your project.
15+
*/
716

817
declare module 'vscode' {
918

0 commit comments

Comments
 (0)