Skip to content

Commit

Permalink
Show that VsCode settings are found
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrice Normandin <[email protected]>
  • Loading branch information
lebrice committed Nov 7, 2023
1 parent 825aedf commit 4d435b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions milatools/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,7 @@ def code(
)

if vscode_settings_json_path.exists():
print(T.bold(f"Found VSCode settings file at {vscode_settings_json_path}"))
set_remote_ssh_vscode_settings(
vscode_settings_json_path=vscode_settings_json_path,
timeout_seconds=60,
Expand Down

0 comments on commit 4d435b6

Please sign in to comment.