Skip to content

Commit e6ce959

Browse files
committed
vscode的python配置
1 parent 33ddefd commit e6ce959

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ syncthing serve --gui-address=example.com:8384
7171
```
7272

7373

74-
### [airflow](../airflowtest/README.md)
74+
### [airflow](https://github.com/ramwin/airflowtest/)
7575

7676
## 开发工具类
7777
```{toctree}
@@ -426,7 +426,7 @@ tldr ls
426426
* [php](https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-in-ubuntu-16-04)
427427
* [postfix](https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-postfix-on-ubuntu-18-04)
428428

429-
* [screen](./screen.md) *用来开启后台shell*
429+
* screen *用来开启后台shell*
430430
```
431431
screen -list
432432
screen -S sjtupt # 创建新的screen

software/vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"html.autoCreateQuotes": false,
3838
"python.analysis.typeCheckingMode": "strict",
3939
"python.defaultInterpreterPath": "/home/wangx/venv/bin/python",
40+
"python.analysis.typeCheckingMode": "strict",
4041
"redhat.telemetry.enabled": true,
4142
"remote.autoForwardPortsSource": "hybrid",
4243
"security.workspace.trust.untrustedFiles": "open",

0 commit comments

Comments
 (0)