我使用带有'terminal plus'包的atom编辑器,以及用于终端的这个autorun命令(PowerShell):
cd .venv\Scripts\; .\activate; cd ../../src
此命令激活虚拟环境并返回src文件夹。
我在VSCode中找不到自动运行的选项,我该怎么做?
答案 0 :(得分:0)
我不熟悉virtualenv,但以下命令对我有用。
<link href="https://cdn.datatables.net/1.10.15/css/jquery.dataTables.min.css" type="text/css" rel="stylesheet">
</head>
<body>
<table class="display" cellspacing="0" width="100%" id="logs_table">
<thead>
<tr>
<th>ID</th>
<th>User ID</th>
<th>Login Time</th>
<th>IP</th>
</tr>
</thead>
<tfoot>
<tr>
<th>ID</th>
<th>User ID</th>
<th>Login Time</th>
<th>IP</th>
</tr>
</tfoot>
</table>
<!-- end here -->
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://cdn.datatables.net/1.10.15/js/jquery.dataTables.min.js"></script>
执行此自动运行命令不需要任何扩展名.VSCode终端已经内置了此功能。
You can check here for all the features of Integrated Terminal in VSCode