We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f12e64 commit c0c16d9Copy full SHA for c0c16d9
src/plugins/intellij/intellijAction.ts
@@ -112,7 +112,6 @@ function initIntellijVariables(context: models.ProcessorContext): intellij.Intel
112
$random: new intellij.IntellijRandom(),
113
$env: process.env,
114
Window: new intellij.IntellijWindow(),
115
- xpath:
116
};
117
if (context.request) {
118
if (context.httpRegion.response) {
0 commit comments