D
Deno
B
Deno
β’
4y ago
β’
1 reply
bzm3r
VS Code, Hello World -- F5 shows nothing in console?
I have a simple hello world program
:
let
message
:
string
=
'Hello World'
;
console.
log
(message);
let
message
:
string
=
'Hello World'
;
console.
log
(message);
When I hit F5 though
, I don
't see any output in the debug console
, unless I set
"outputCapture: "std"
"outputCapture: "std"
in my
launch.json
launch.json
but this seems to be counter to the behaviour I would expect
? I would expect the debug console to show the output
, since it is the debug console
?
Deno
Join
Chat about Deno, a modern runtime for JavaScript and TypeScript.
20,944
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Recent Announcements
Similar Threads
VS Code Settings
J
js / help
2y ago
Debugging Worker modules in VS Code
R
rt0099 / help
12mo ago