Description
I am recently having this issue:
`POST https://httpbin.org/post
Content-Type: application/json
{
"hello": "world"
}
Error: No valid uri at Object.Wt.io.fileProvider.joinPath (\.vscode\extensions\anweber.vscode-httpyac-5.5.4\dist\extension.js:305:7066) at Object.Wt.io.fileProvider.dirname (\.vscode\extensions\anweber.vscode-httpyac-5.5.4\dist\extension.js:305:6596) at aSe (\.vscode\extensions\anweber.vscode-httpyac-5.5.4\dist\extension.js:157:15784) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async O9.initHttpFile (\.vscode\extensions\anweber.vscode-httpyac-5.5.4\dist\extension.js:157:36535) at async O9.parse (\.vscode\extensions\anweber.vscode-httpyac-5.5.4\dist\extension.js:157:36124)
My httpyac.config.ts file:
// httpyac.config.js module.exports = { // options... cookieJarEnabled: true, envDirName: '_env', }
Activity