Visual Studio Code

Auto Complete, Pylance

VSCode Extensions

Remote Development

Windows SSH

Windows > ์„ค์ • > ์„ ํƒ์  ๊ธฐ๋Šฅ > OpenSSH ์„œ๋ฒ„ ์„ค์น˜

WSL2 systemctl

System has not been booted with systemd as init system (PID 1). Can't operate

sudo -e /etc/wsl.conf

[boot]
systemd=true

wsl --shutdown

sudo systemctl status

Auto Complete

1) Extensions > Pylance ์„ค์น˜

2) ์„ค์ •

File > Preperences > Settings
{
  "python.languageServer": "Pylance",
}

Last updated

Was this helpful?