vscode-python/python_files/printEnvVariables.py

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)))