I like using vscode for editing scripts, but lately since upgrading ubuntu to 22.04 I get this error:
/home/david/SyncthingFolders/allScripts/YPlayer/playlistOrphans.sh: line 69: yad: command not found
I tried tweaking a few things in the vscode settings but no luck so far
(changed settings.json to:)
{
"workbench.colorTheme": "Default Dark+",
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.defaultProfile.linux": ""
}
from
{
"workbench.colorTheme": "Default Dark+",
"terminal.integrated.shellIntegration.enabled": true,
"terminal.integrated.defaultProfile.osx": ""
}
Anyone else getting this? the same script works fine in another editor (geany)
thanks,
- Dave