We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f748c0b commit cec19a1Copy full SHA for cec19a1
src/vs/vscode.proposed.d.ts
@@ -3,7 +3,16 @@
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
*--------------------------------------------------------------------------------------------*/
5
6
-// This is the place for API experiments and proposals.
+/**
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
+ */
16
17
declare module 'vscode' {
18
0 commit comments