Closed djraul closed 1 year ago
What version of Node.js are you using?
v9.0.0
Please update; that version of Node.js has been end of life for almost 5 years and we do not support it.
ok thank you
I was able to get things working again in node 8 by just adding the missing catch binding, so replace catch {
with catch (_unused) {
, and there was also one string literal somewhere with an actual newline that needed to be replaced with an escaped newline (\n
)
that's wonderful, thank you very much @dinofx
adding the missing catch binding
@dinofx Do you remember what file you updated the catch {
and \n
to make it work with node 8?
@iii-james the file is in the stacktrace for this issue: vscode-js-debug-bootloader.js
I cant found that file @dinofx
I was able to get things working again in node 8 by just adding the missing catch binding, so replace
catch {
withcatch (_unused) {
, and there was also one string literal somewhere with an actual newline that needed to be replaced with an escaped newline (\n
)
Awesome, the changes worked. Only needed to replace all the catch{ never saw any newlines causing issues. Node 8.9.1 here.
Type: Bug
without changing this launch
After upgrading to the latest version of vscode March 2023 (version 1.77) A launcher configuration is launched with F5 and fails:
A popup appears with the following message: The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" finalizó ended with exit code 1.
VS Code version: Code 1.77.3 (704ed70d4fd1c6bd6342c436f1ede30d1cff4710, 2023-04-12T09:16:02.548Z) OS version: Windows_NT x64 10.0.19044 Modes: Sandboxed: No
System Info
|Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-10700 CPU @ 2.90GHz (16 x 2904)| |GPU Status|2d_canvas: enabledcanvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|15.72GB (3.07GB free)| |Process Argv|--crash-reporter-id 5765263a-ba34-4ffb-9f9b-6f60d598192d| |Screen Reader|no| |VM|0%|
Extensions (19)
Extension|Author (truncated)|Version ---|---|--- extendscript-debug|Ado|2.0.3 Bookmarks|ale|13.3.1 better-toml|bun|0.3.2 turbo-console-log|Cha|2.9.3 npm-intellisense|chr|1.4.4 vscode-devtools-for-chrome|cod|0.0.7 dscodegpt|Dan|2.1.5 vscode-eslint|dba|2.4.0 tortoise-svn|fan|0.1.1 vscode-test-explorer|hbe|2.21.1 haskell-linter|hoo|0.0.6 theme-karyfoundation-themes|kar|32.3.0 dotenv|mik|1.0.1 vscode-language-pack-es|MS-|1.77.2023041209 test-adapter-converter|ms-|0.1.7 sonarlint-vscode|Son|3.17.0 vscode-icons|vsc|12.3.0 vscode-todo-highlight|way|1.0.5 debug|web|0.26.1 (17 theme extensions excluded)A/B Experiments
``` vsliv368cf:30146710 vsreu685:30147344 python383:30185418 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 vserr242cf:30382550 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscorecescf:30445987 pythondataviewer:30285071 vscod805:30301674 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593cf:30376535 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30695312 azure-dev_surveyone:30548225 vsccc:30610678 nodejswelcome1cf:30587006 3biah626:30602489 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 2i9eh265:30646982 showlangstatbar:30672706 defaultazurewalk:30687958 pythonms35:30701012 pythonfmttext:30716742 pythonclientmv:30713943 ```