You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/build/strings.ts
+2
Original file line number
Diff line number
Diff line change
@@ -225,6 +225,8 @@ const strings = {
225
225
'node.sourceMapPathOverrides.description':
226
226
'A set of mappings for rewriting the locations of source files from what the sourcemap says, to their locations on disk.',
227
227
'node.sourceMaps.description': 'Use JavaScript source maps (if they exist).',
228
+
'node.pathMapping.description':
229
+
'A mapping of folders from one path to another. To resolve scripts to their original locations. Typical use is to map scripts in `node_modules` to their sources that locate in another folder.',
228
230
'node.stopOnEntry.description': 'Automatically stop program after launch.',
229
231
'node.timeout.description':
230
232
'Retry for this number of milliseconds to connect to Node.js. Default is 10000 ms.',
0 commit comments