Created
September 8, 2023 23:02
-
-
Save Tcip/fc39be65faa9f49f73c0a1d049dbaaf6 to your computer and use it in GitHub Desktop.
dismissable notification for Visual Studio Code extension
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
vbscript-format by vsmalone -- Visual Studio Code Extension | |
https://marketplace.visualstudio.com/items?itemName=vsmalone.vbscript-format | |
%USERPROFILE%\.vscode\extensions\vsmalone.vbscript-format-0.0.2\extension.js | |
Line 13 | |
*/ | |
// vscode.window.showInformationMessage('完成'); | |
vscode.window.showInformationMessage('Finish'), | |
setTimeout(() => { vscode.window.showInformationMessage(''); }, 5000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment