
VSCode
yuxuac
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Some commands
------------New projects------------ 1. dotnet new classlib -n Infrastructure 2. dotnet sln add Infrastructure 3. dotnet add reference ../application/ ------------User secrets------------- 1. Initia...原创 2020-02-12 12:04:50 · 189 阅读 · 0 评论 -
VSCode - Task.json同时Build多个Projects.
https://stackoverflow.com/questions/52238171/how-to-run-multiple-tasks-in-vs-code-on-build转载 2019-12-27 21:04:39 · 1573 阅读 · 0 评论 -
VSCode - 切换Python版本
Under the view menu select 'show command pallet'. One of the commands you can then select from the command palette is 'Python: Select Interpreter'. Selecting this option will allow you to choose whi...转载 2019-06-19 00:16:01 · 8575 阅读 · 0 评论