quyinggang
quyinggang
Reading the plugin dev docs, issues and discussions, I didn't find an API to stop windows from closing, so is the vscode plugin unable to stop windows from closing?
Check the API did not find about the window close related API and state acquisition, window state is just active and focus state, I tested the following mechanism and it...
When the above API is used in a plugin, it will cause the plugin to be restarted, as a plugin developer some scenarios using this API are explicitly do not...