Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-26Update to the latest extension moduleLogan Ramos
2021-07-23Fix `undefined` not allowed for `configFile` in ts-loadMatt Bierner
2021-07-23Try adding browser specific tsconfigMatt Bierner
2021-07-09polish webpack configsMartin Aeschlimann
2021-07-08adopt web extensions to webpack 5Martin Aeschlimann
2021-03-23ignore optional dependencies when webpackingSteVen Batten
2021-01-11webpack config typing fixMartin Aeschlimann
2021-01-06extension webpack: do not copy .ts files as resourcesMartin Aeschlimann
2021-01-05Revert "extension webpack: do not copy .ts files as resources"Martin Aeschlimann
2021-01-05extension webpack: do not copy .ts files as resourcesMartin Aeschlimann
2020-12-17Adopt more breaking changes from copy-webpack-pluginAlexandru Dima
2020-12-17Adopt copy-webpack-plugin breaking changeAlexandru Dima
2020-07-21eslint - fix linting issuesBenjamin Pasero
2020-06-26shared webpack browser config: add WEBWORKER definitionMartin Aeschlimann
2020-06-26used shared webpack-config for browserMartin Aeschlimann
2020-03-31Convert most ts-ignore-calls to ts-expect-error (#93617)Matt Bierner
2019-12-31fix some (future) linting issuesJohannes Rieken
2019-07-10Update extensions/shared.webpack.config.jsJoão Moreno
2019-07-10remove legacy extensions compilationJoao Moreno
2019-03-04:lipstick:Johannes Rieken
2018-09-20update vscode-extension-telemetryJohannes Rieken
2018-09-13webpack - use `mainFields: ['module', 'main']` for everyoneJohannes Rieken
2018-09-06webpack - inline vscode-nls for our extensionsJohannes Rieken
2018-09-03webpack - move __dirname-config up into shared configJohannes Rieken
2018-08-27remove transpileOnly flag from webpackJoao Moreno
2018-08-24update vscode-nls-dev to fixed version, share more config between extensionsJohannes Rieken
2018-08-22bundle node_modules and (shallow) exclude them from the extension #56081Johannes Rieken
2018-08-21webpack - check js files, declare params, #56081Johannes Rieken
2018-08-21fix #56877Johannes Rieken
2018-08-20:lipstick:Johannes Rieken
2018-08-20webpack - more defaults for extensionsJohannes Rieken
2018-08-20use vscode-nls-dev-loaderJohannes Rieken
2018-08-17add a way to opt out of ts-loader so that vscode-nls-tricks surviveJohannes Rieken
2018-08-17add a shared webpack conifgJohannes Rieken