ros_ide_vm: Remove vscode configuration

It's all Python3 now
This commit is contained in:
Alexey Rogachevskiy
2020-10-26 21:39:54 +03:00
parent 244c678e46
commit 74a83d7159
2 changed files with 0 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
{
"python.pythonPath": "/usr/bin/python2.7"
}

View File

@@ -72,10 +72,5 @@
"type": "shell",
"script": "scripts/installSoftware.sh",
"execute_command": "PASSWORD='{{user `password`}}' bash '{{.Path}}'"
},
{
"type": "file",
"source": "{{user `assetsDir`}}/vscode/",
"destination": "/home/{{user `user`}}/.config/Code/User/"
}]
}