-
Notifications
You must be signed in to change notification settings - Fork 34.5k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Code - Insiders 1.18.0-insider (1544987, 2017-11-02T06:22:24.153Z)
- OS Version: Linux x64 4.13.11-1-ARCH
- Extensions:
Extension | Author (truncated) | Version |
---|---|---|
quokka-vscode | Wal | 1.0.76 |
wallaby-vscode | Wal | 1.0.64 |
html-css-class-completion | Zig | 1.13.0 |
path-intellisense | chr | 1.4.2 |
vscode-eslint | dba | 1.4.3 |
vscode-npm-script | eg2 | 0.3.3 |
prettier-vscode | esb | 0.24.0 |
debugger-for-chrome | msj | 3.5.0 |
vscode-icons | rob | 7.17.0 |
partial-diff | ryu | 0.4.1 |
JavaScriptSnippets | xab | 1.5.0 |
Steps to Reproduce:
- Write es6 code in src directory
- babel src --out-dir dist --watch --source-maps
- launch debugger
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/src/index.js",
"outFiles": [
"${workspaceFolder}/dist/**/*"
],
"sourceMaps": true,
"protocol": "inspector",
"restart": true,
"skipFiles": [
"/home/aetherall/Workspace/Omni/playground/3/node_modules/**/*.js", "// doesn't seems to work BTW",
"<node_internals>/**/*.js"
]
}
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeededVerification succeeded