Skip to content

Commit f1592ac

Browse files
Add console width recommendation
1 parent b6196d9 commit f1592ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup/setup_python_path.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def generate_env_file() -> None:
199199
lines: list[str] = [
200200
"# Auto-generated environment for VS Code and local tooling",
201201
"# Run 'python setup/setup_python_path.py --generate-env' to regenerate",
202+
"# Good to set console width to 220, 221 - whatever it takes"
202203
"",
203204
f"APIM_SAMPLES_CONSOLE_WIDTH={managed_keys['APIM_SAMPLES_CONSOLE_WIDTH']}",
204205
f"APIM_SAMPLES_LOG_LEVEL={managed_keys['APIM_SAMPLES_LOG_LEVEL']}",

0 commit comments

Comments
 (0)