diff --git a/assets/vscode/settings.json b/assets/vscode/settings.json deleted file mode 100644 index 6618585..0000000 --- a/assets/vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "python.pythonPath": "/usr/bin/python2.7" -} diff --git a/ros_ide_vm.json b/ros_ide_vm.json index ef38150..f169cd5 100644 --- a/ros_ide_vm.json +++ b/ros_ide_vm.json @@ -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/" }] }