支持开发人员使用VS Code 在WSL 环境中进行开发(比如获取系统os 会获取到linux而不是win)
https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack
Remote - WSL
https://code.visualstudio.com/docs/remote/wsl
Press F1, select Remote-WSL: New Window for the default distro or Remote-WSL: New Window using Distro for a specific distro.
or
code --remote wsl+Ubuntu /home/jim/projects/c
Ubuntu 是wsl的系统
wsl -l 查看有哪些wsl系统
vs code 调试远程程序
https://devblogs.microsoft.com/devops/debugging-net-core-on-unix-over-ssh/
markdownlint
Polacode-2020
【使用:File > Preferences > Color Theme > Night Owl (文件->首选项->颜色主题)】
【使用:ctrl+k ctrl+T】
Linux & Windows => File > Preferences > File Icon Theme > VSCode Icons.
MacOS => Code > Preferences > File Icon Theme > VSCode Icons.
体验一个主题 可以使用https://vscode.dev 规则是https://vscode.dev/theme/itemName ,itemName是https://marketplace.visualstudio.com/items?itemName=sdras.night-owl
Ctrl+Shift+P 输入configure language