When I read VSCode source code,
I have several questions about
/src/vscode-dts
-
the vscode.d.ts,
is it generated by the tool, or is it written by the author? -
there has many
vscode.proposed.xxx.d.ts
eg. vscode.proposed.activeComment.d.ts
it means proposed, is it cannot be used or not be recommended to use?