diff options
author | David Timber <dxdt@dev.snart.me> | 2022-05-16 17:22:33 +0800 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2022-05-16 17:58:25 +0800 |
commit | 38b7a8e28bc5c102c226333769ed8f2b44a8ce76 (patch) | |
tree | 21a2078849d91796804ff2bf5760eab61b5b0611 /.vscode/settings.json | |
parent | 990a7a560c98dcbaa9c9e8deb0968819b646a664 (diff) |
Doc and licence ...
- Add Apache Licence Notice
- Doc "boot-report" and "check-dnssec"
- Change doc: upper (required)
Diffstat (limited to '.vscode/settings.json')
-rw-r--r-- | .vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..d17ced8 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "python.defaultInterpreterPath": "python3.9" +}
\ No newline at end of file |