Hi Félix. I am learning more about vs-code. I think I enabled a plugin.
After that F5 stopped working.
To fix this, I removed launch.json from the leo/.vscode folder. Not sure
how I as lead to that folder. Perhaps git reported that it had changed.
After a restart, F5 worked again. launch.json contains:
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit:
https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}
Any idea what the problem is? Does leoInteg need an entry in launch.json?
Edward
--
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/leo-editor/d5dc0a07-e794-4896-8705-a61169202a20o%40googlegroups.com.