@@ -56,8 +56,6 @@ type PhpStormConfigNode = {
5656 component ?: PhpStormConfigNode [ ] ;
5757 servers ?: PhpStormConfigNode [ ] ;
5858 server ?: PhpStormConfigNode [ ] ;
59- path_mappings ?: PhpStormConfigNode [ ] ;
60- mapping ?: PhpStormConfigNode [ ] ;
6159 configuration ?: PhpStormConfigNode [ ] ;
6260 method ?: PhpStormConfigNode [ ] ;
6361} ;
@@ -136,7 +134,6 @@ export function updatePhpStormConfig(
136134 // is provided in `host`. The separate `port` field is ignored or misinterpreted,
137135 // so we rely solely on host: "host:port".
138136 host : `${ host } :${ port } ` ,
139- // use_path_mappings: 'true',
140137 } ,
141138 } ;
142139
@@ -358,7 +355,7 @@ export function updateVSCodeConfig(
358355}
359356
360357/**
361- * Implement necessary parameters and path mappings in IDE configuration files.
358+ * Implement necessary parameters in IDE configuration files.
362359 *
363360 * @param name The configuration name.
364361 * @param mounts The PHP.wasm CLI mount options.
@@ -452,7 +449,7 @@ export async function addXdebugIDEConfig({
452449}
453450
454451/**
455- * Remove stale parameters and path mappings in IDE configuration files.
452+ * Remove stale parameters in IDE configuration files.
456453 *
457454 * @param name The configuration name.
458455 * @param cwd The current working directory.
0 commit comments