Files
extract_otp_secrets/.vscode/extensions.json
T

8 lines
126 B
JSON
Raw Normal View History

2022-12-19 17:28:08 +01:00
{
"recommendations": [
2022-12-30 11:14:15 +01:00
"ms-python.python",
2022-12-31 15:41:37 +01:00
"ms-python.isort",
2022-12-30 11:14:15 +01:00
"tamasfe.even-better-toml",
2022-12-19 17:28:08 +01:00
]
}