diff --git a/.vscode/launch-example.json b/.vscode/launch-example.json index 3e333f450a001..dcd29f6577bcd 100644 --- a/.vscode/launch-example.json +++ b/.vscode/launch-example.json @@ -7,8 +7,8 @@ "request": "launch", "port": 9003, "pathMappings": { - "/var/www/html/wp-content/plugins/gutenberg": "${workspaceRoot}/" + "/var/www/html/wp-content/plugins/gutenberg": "${workspaceFolder}" } } ] -} \ No newline at end of file +}