diff --git a/python/.vscode/settings.json b/python/.vscode/settings.json new file mode 100644 index 0000000..bb689c0 --- /dev/null +++ b/python/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "terminal.integrated.profiles.linux": { + "bash": { + "path": "bash", + "icon": "terminal-bash" + } + } +} \ No newline at end of file