====== VS Code ====== This article describes the installation and basic configuration for Microsoft Visual Studio Code including Python and OpenAI Codex support. sudo apt-get install wget gpg && wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.gpg && sudo install -D -o root -g root -m 644 microsoft.gpg /usr/share/keyrings/microsoft.gpg && rm -f microsoft.gpg sudo tee /etc/apt/sources.list.d/vscode.sources &>/dev/null </dev/null < Disable the internal AI features and telemetry: * Settings -> Chat -> Disable AI Features * Settings -> telemetry.telemetryLevel -> Off * Settings -> application -> update -> update:mode -> None (as updated through apt) Marketplace addons/plugins/extensions: * install "openai codex", "git graph" and "python" * move codex icon to right sidebar Keyboard shortcut changes (CTRL+K CTRL+S): * Copy Line Down -> CTRL + D