VSCode
共5篇vscode把\r\n一键转化成\n
\r\n换行结尾的文件,linux不能识别,在linux中使用会出问题,使用vscode可以把\r\n换行结尾的文件转化为\nhttps://stackoverflow.com/questions/6...
vscode中markdown的snippet不触发
解决:需要在setting文件中如下配置:"[markdown]":{"editor.quickSuggestions":true}参考:https://git...
怎么设置gitBash为vscode默认terminal
配置的模板代码该代码配置了两个terminal,分别是GitBash和PowerShell,并通过"terminal.integrated.defaultProfile.windows&qu...
保存vscode配置的同步插件设置
前言我们不可能一直在某一台电脑的vscode中写代码,那么vscode的配置就成了一个很麻烦的问题,于是我们要解决这个麻烦问题.原理我们可以在github上面设立一个仓库,再把vscode的配置文件上...