You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use an api that has $ in the body of the requests and I keep needing to escape all the requests by putting $$.
Is there a way to disable variable interpretation mode or change the identifier to only use ${} not just $
I use an api that has $ in the body of the requests and I keep needing to escape all the requests by putting $$.${} not just $
Is there a way to disable variable interpretation mode or change the identifier to only use