We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wget
.deb
1 parent 0f701ba commit 4d3052bCopy full SHA for 4d3052b
docs/source/preamble/python/editing_python_source_vscode.rst
@@ -22,8 +22,8 @@ Run
22
cd ~
23
mkdir ros2_workspace_vscode
24
cd ros2_workspace_vscode
25
- wget https://update.code.visualstudio.com/1.93.0/linux-deb-x64/stable
26
- sudo dpkg -i code_1.93.0*.deb
+ wget -O code_1.93.0-stable_amd64.deb https://update.code.visualstudio.com/1.93.0/linux-deb-x64/stable
+ sudo dpkg -i code_1.93.0-stable_amd64.deb
27
28
29
Running :program:`VS Code`
0 commit comments