vscode/build/lib
Connor Peet 314d7b6c47
debug: allow setting breakpoints in plain .js files (#168921)
* debug: allow setting breakpoints in plain .js files

Fixes #159684

* fixup! don't change sourceURLs in build
2023-01-06 09:22:46 +01:00
..
test build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
tsb change source map merge logic to be like applying line edits to the typescript source maps (based on the input source maps) 2022-12-14 15:57:55 +01:00
typings debug: allow setting breakpoints in plain .js files (#168921) 2023-01-06 09:22:46 +01:00
watch build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
asar.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
asar.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
builtInExtensions.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
builtInExtensions.ts build: cache built-in extensions to avoid rate limiting (#156918) 2022-08-03 00:27:16 +02:00
builtInExtensionsCG.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
builtInExtensionsCG.ts enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
bundle.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
bundle.ts Fix bundling (#152389) 2022-06-16 21:05:10 +00:00
compilation.js debug: allow setting breakpoints in plain .js files (#168921) 2023-01-06 09:22:46 +01:00
compilation.ts debug: allow setting breakpoints in plain .js files (#168921) 2023-01-06 09:22:46 +01:00
dependencies.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
dependencies.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
electron.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
electron.ts address pr comments 2022-10-05 12:56:07 -07:00
extensions.js bump vsce (#168071) 2022-12-22 17:00:21 +01:00
extensions.ts bump vsce (#168071) 2022-12-22 17:00:21 +01:00
getVersion.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
getVersion.ts cli: get builds in order 2022-09-23 13:28:26 -07:00
git.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
git.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
i18n.js Use new version of @vscode/l10n-dev that uses tree-sitter (#169668) 2022-12-20 19:53:50 +01:00
i18n.resources.json Remove too many folding regions notification (#163854) 2022-10-17 14:42:02 -07:00
i18n.ts Use new version of @vscode/l10n-dev that uses tree-sitter (#169668) 2022-12-20 19:53:50 +01:00
layersChecker.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
layersChecker.ts Pick up latest TS version for building VS Code (#162786) 2022-10-06 12:08:45 -07:00
mangleTypeScript.js polish mangler output to align with build (#169388) 2022-12-16 13:20:07 +01:00
mangleTypeScript.ts polish mangler output to align with build (#169388) 2022-12-16 13:20:07 +01:00
monaco-api.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
monaco-api.ts Build VS Code using latest TS nightly (#152130) 2022-06-14 18:15:51 -07:00
nls.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
nls.ts Update to build VS Code using latest TS nightly (#146933) 2022-04-14 13:58:26 -07:00
node.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
node.ts Add support for arm64 for server builds 2022-03-14 16:22:54 +01:00
optimize.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
optimize.ts Build: bundle / concat entry points (#161161) 2022-09-21 00:38:44 -07:00
policies.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
policies.ts Improve language pack fetching for policies (#159048) 2022-08-24 14:10:48 +02:00
preLaunch.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
preLaunch.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
reporter.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
reporter.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
snapshotLoader.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
snapshotLoader.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
standalone.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
standalone.ts Fix typo in regex (#163404) 2022-10-12 00:08:09 -07:00
stats.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
stats.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
task.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
task.ts Enable alwaysStrict for build scripts (#152778) 2022-06-21 19:00:43 +00:00
treeshaking.js build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
treeshaking.ts Enforce ILocalizedString usage with f1 property via types (#162991) 2022-10-11 21:24:43 -07:00
util.js debug: allow setting breakpoints in plain .js files (#168921) 2023-01-06 09:22:46 +01:00
util.ts debug: allow setting breakpoints in plain .js files (#168921) 2023-01-06 09:22:46 +01:00