We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc927ac commit e0b4d80Copy full SHA for e0b4d80
lua/debugprint/filetypes.lua
@@ -19,7 +19,8 @@ local docker = vim.deepcopy(shell)
19
docker.left = "RUN " .. docker.left
20
21
-- Use console.warn() rather than console.debug() so that messages are visible
22
--- by default.
+-- by default in browser consoles. console.warn() will send to stderr with
23
+-- NodeJS.
24
local js = {
25
left = 'console.warn("',
26
right = '")',
0 commit comments