打开VSCode
组合键ctrl+shift+p搜索”settings.json”,打开User Settings
加上这一句
"editor.cursorStyle": "block","workbench.colorCustomizations": {"editorCursor.foreground": "#5c8fb1","terminalCursor.foreground": "#5c8fb1"}
效果如下:
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
打开VSCode
组合键ctrl+shift+p搜索”settings.json”,打开User Settings
加上这一句
"editor.cursorStyle": "block","workbench.colorCustomizations": {"editorCursor.foreground": "#5c8fb1","terminalCursor.foreground": "#5c8fb1"}
效果如下: