If you want to provide the request body, please add a blank line after the request headers like the POST example in usage, and all content after it will be treated as Request Body. Below are examples of Request
Issue Type: Bug Update to VSCode latest release (June 2022). The extension host crashes almost instantly, displaying the infamous "Extension host terminated unexpectedly 3 times within the last 5 minutes." after retrying reload it. In th...
We are not reading/using the http.proxyAuthorization setting when we make our http request, so it's possible that might be the bug. We don't currently have time to investigate this proxy scenario, but you could try changing the code to use something like: let proxyAuth: any = vscode.wo...
Support dev containers through a Remote - Tunnel #7679 Closed Member Chuxel commented Dec 14, 2022 • edited @connor4312 Yeah, just to be explicit, there's two things here to track. Not sure if we want them in the same issue or not: Spin up and attach to a remote Dev Container...
csx⇥ extend a class (ES6) class ${1:name} extends ${2:base} { constructor(${2:arguments}) { super(${2:arguments}) ${0} } } m⇥ method (ES6 syntax) ${1:method} (${2:arguments}) { ${0} } get⇥ getter (ES6 syntax) get ${1:property} () { ${0} } set⇥ ...
I also tried to change the launch.json to use "resolveSourceMapLocations" {"version":"0.2.0","configurations": [ {"type":"extensionHost","request":"launch","name":"Extension","preLaunchTask":"npm","runtimeExecutable":"${execPath}","args": ["--extensionDevelopmentPath=${workspaceFolder...
I realize VSCode is Javascript and maybe was not designed to do this Some dev while writing this realized that there was a static limit in the drawing space (10k characters) It would be great if that static limit was removed, but even if it can't be, I think there's a smarter soluti...
forked frommicrosoft/vscode NotificationsYou must be signed in to change notification settings Fork0 Star0 Files 4ca498c .vscode build azure-pipelines builtin darwin lib linux monaco npm win32 .cachesalt .gitattributes .moduleignore .webignore ...
microsoft/vscode-mock-debugPublic NotificationsYou must be signed in to change notification settings Fork193 Star328 Code Issues11 Pull requests5 Actions Projects Security Insights Additional navigation options Files 77232ce .github .vscode build
You can use it to cancel a long-running build so that you can start a new one without needing to wait for the previous one to finish. When this happens, the previous build should always have at least one error and have no output files (i.e. it will be a failed build)....