New feature in v0.0.9 - A Settings Page for code-blast
How to use the settings page
press "ctrl+shift+p" to open the Command Palette
type 'CodeBlast' in the textbox of the Command Palette, and then the command "CodeBlast.showSettingsPage" will show up in the Command Palette
click the command to invoke it and then the Settings Page will show in the VSCode. in the Settings Page, you can see what will the settings you selected look like when you typing in the "Playground". click the "save" button to save the settings, then there will be a notification to ask for reloading the VSCode show up when the settings updated. after reloading the VSCode, the settings will apply to the editor.
this extension will modify some vscode files,so there may be exists some issues
该插件在运行时会修改vscode的文件,因此可能会有以下问题
1. it seems no work after installing the extension. make sure that you have the administrator authority and open vscode with the administrator authority
插件安装后却不起作用,敲代码时没有效果,请确保你有管理员权限,并以管理员权限打开vscode
2.if vscode complains about that it is corrupted after installing this extension,just simply click “Don't show again”
插件安装后出现"vscode安装似乎损坏"的提示消息,选择【不再显示】即可
3.set 'codeBlast.enable' to false in Settings before uninstalling the extension
因为该插件修改了vscode的文件,直接卸载插件无法将修改的文件还原,因此卸载该插件时,请先在设置中将‘codeBlast.enable’设置为false。