vscode/build/lib
Connor Peet ccc5e48e92
fix: breakpoints in extension subdirs on windows not working (#184195)
It did not normalize to forward slashes, so the empty sourcemap was
created with a source called `foo\\bar.js`. Then the build process was
adding a new source `foo/bar.js` since it didn't see it already in the
sourcemap, but `foo\\bar.js` was later normalized. This normalized
version came first in the mapping, but didn't have any mapped locations,
so breakpoints never got set.
2023-06-02 20:15:04 +02:00
..
stylelint First draft of diff editor v2. 2023-05-26 15:26:31 +02:00
test build utils with source map to enable JS debug console 2022-11-10 15:05:47 +01:00
tsb Pick up latest TS for building VS code (#180706) 2023-04-24 20:14:30 +02:00
typings remove request dependency (#179149) 2023-04-05 16:05:16 +02: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 replace 'got' with 'node-fetch' (#182629) 2023-05-17 06:20:31 +02:00
builtInExtensionsCG.ts replace 'got' with 'node-fetch' (#182629) 2023-05-17 06:20:31 +02: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 Don't mangle fields for the monaco editor, FYI @jrieken (#177223) 2023-03-15 14:46:23 +01:00
compilation.ts Don't mangle fields for the monaco editor, FYI @jrieken (#177223) 2023-03-15 14:46:23 +01:00
dependencies.js Adopt new distro format (#178689) 2023-04-02 09:35:39 +02:00
dependencies.ts Adopt new distro format (#178689) 2023-04-02 09:35:39 +02:00
electron.js chore: update electron@22.5.5 (#184115) 2023-06-01 21:38:57 -07:00
electron.ts chore: update electron@22.5.5 (#184115) 2023-06-01 21:38:57 -07:00
extensions.js remove request dependency (#179149) 2023-04-05 16:05:16 +02:00
extensions.ts remove request dependency (#179149) 2023-04-05 16:05:16 +02:00
getVersion.js Adopt new distro format (#178689) 2023-04-02 09:35:39 +02:00
getVersion.ts Adopt new distro format (#178689) 2023-04-02 09:35:39 +02: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
github.js replace 'got' with 'node-fetch' (#182629) 2023-05-17 06:20:31 +02:00
github.ts replace 'got' with 'node-fetch' (#182629) 2023-05-17 06:20:31 +02:00
gulpRemoteSource.js Add logging to node download (#184070) 2023-06-01 16:42:36 +02:00
gulpRemoteSource.ts Add logging to node download (#184070) 2023-06-01 16:42:36 +02:00
i18n.js Pick up latest TS for building VS code (#180706) 2023-04-24 20:14:30 +02:00
i18n.resources.json Initial welcome widget commit (#183446) 2023-05-26 00:03:23 +02:00
i18n.ts Ensure external extensions are in the extensions project (#178283) 2023-03-26 16:55:04 +02:00
layersChecker.js chore: update to Electron 22 (#177600) 2023-04-03 09:09:31 +02:00
layersChecker.ts chore: update to Electron 22 (#177600) 2023-04-03 09:09:31 +02:00
mangleTypeScript.js More implicit public of protected fields fixing (#175869) 2023-03-02 12:56:22 +01:00
mangleTypeScript.ts More implicit public of protected fields fixing (#175869) 2023-03-02 12:56:22 +01:00
monaco-api.js Pick up latest TS for building VS Code (#172033) 2023-01-23 11:39:28 -08:00
monaco-api.ts Pick up latest TS for building VS Code (#172033) 2023-01-23 11:39:28 -08: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 eng - throw if minified output contains non-ascii characters (#178590) 2023-03-30 09:26:11 +02:00
optimize.ts eng - throw if minified output contains non-ascii characters (#178590) 2023-03-30 09:26:11 +02: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 don't use underscore for native JS things (#173282) 2023-02-03 03:47:51 -08:00
reporter.ts don't use underscore for native JS things (#173282) 2023-02-03 03:47:51 -08: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 Pick up latest TS for building VS code (#180706) 2023-04-24 20:14:30 +02:00
treeshaking.ts Enforce ILocalizedString usage with f1 property via types (#162991) 2022-10-11 21:24:43 -07:00
util.js fix: breakpoints in extension subdirs on windows not working (#184195) 2023-06-02 20:15:04 +02:00
util.ts fix: breakpoints in extension subdirs on windows not working (#184195) 2023-06-02 20:15:04 +02:00