Submenu items not working anymore

You’re right, this is odd behavior. I’m curious, what would happen if you added an anchor link directly on the ‘On the Block’ page (ie, #play)? Not suggesting this as a solution, just trying to establish whether anchor links will work on the page if not included as part of the navigation.

WordPress not available to file using wp-env for xdebug requests

What the issue ended up being is embarrassing! I had used the xdebug configuration as the entire launch.json file: { “name”: “Listen for XDebug”, “type”: “php”, “request”: “launch”, “port”: 9003, “pathMappings”: { “/var/www/html/wp-content/plugins/my-plugin”: “${workspaceFolder}/” } } As opposed to the correct: { “version”: “0.2.0”, “configurations”: [ { “name”: “Listen for XDebug”, “type”: “php”, “request”: “launch”, … Read more