dotfiles/vscode/.vscode/extensions/ms-python.python-2024.12.1-linux-x64/python_files/printEnvVariables.py
2024-08-02 10:42:24 -06:00

8 lines
154 B
Python

# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License.
import json
import os
print(json.dumps(dict(os.environ)))