-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vscode autocomplete not working #76
Comments
@toplinuxsir I think it should be the |
@Huachao Yes, it works Thanks |
But is there any way to escape special character such as & But the backend only receive the param passwd is "pass123" not the whole string "pass123&*(" |
@toplinuxsir I think In my code, other unescaped characters are already encoded, while Or can you avoid passing the passwd in query string, like set them in body, and setting password in url is not a secure way. Just my personal advice, sorry for any inconvenience. |
@toplinuxsir I close the issue now, please feel free to reopen it. |
Steps to Reproduce:
The console output is :
Extension Host] Uncaught Exception: SyntaxError: Unexpected token s in JSON at position 21935d.logExtensionHostMessage @ extensionHost.ts:282(anonymous function) @ extensionHost.ts:137emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:744_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
extensionHost.ts:282 [Extension Host] SyntaxError: Unexpected token s in JSON at position 21935
at fs.readFile (/home/lhs/.vscode/extensions/humao.rest-client-0.12.3/out/src/persistUtility.js:118:42)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)d.logExtensionHostMessage @ extensionHost.ts:282(anonymous function) @ extensionHost.ts:137emitTwo @ events.js:106emit @ events.js:191process.nextTick @ internal/child_process.js:744_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
shell.ts:426 Unexpected token s in JSON at position 21935: SyntaxError: Unexpected token s in JSON at position 21935
at fs.readFile (/home/lhs/.vscode/extensions/humao.rest-client-0.12.3/out/src/persistUtility.js:118:42)
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:445:3)e.onUnexpectedError @ shell.ts:426(anonymous function) @ shell.ts:383e.onUnexpectedError @ errors.ts:68o @ errors.ts:88t.onUnexpectedExtHostError @ mainThreadErrors.ts:13e.handle @ abstractThreadService.ts:34s @ ipcRemoteCom.ts:275f @ ipcRemoteCom.ts:231_combinedTickCallback @ internal/process/next_tick.js:67_tickCallback @ internal/process/next_tick.js:98
The text was updated successfully, but these errors were encountered: