Commit Graph

111 Commits

Author SHA1 Message Date
Matt Bierner
bbe7b54cf4 Remove custom editor tests (#152777)
These tests are not actively being run or maintained. Removing them for now
2022-06-21 15:37:19 -04:00
Johannes
2c004b870f recompile build folder with const over let 2022-06-09 10:59:11 +02:00
Connor Peet
5e86e40fab extensions: pull from github in OSS build (#146863)
* extensions: pull from github in OSS build

* fixup! address pr comment
2022-04-10 22:36:12 -07:00
Matt Bierner
fb6cf37ea9 Move simple-browser to use esbuild for webview scripts 2022-03-08 16:23:14 -08:00
Matt Bierner
e65a786a92 Fix build script to use esbuild 2022-03-08 16:09:23 -08:00
Matt Bierner
433bf7cd88 Update build scripts to target es2020 2022-02-28 14:00:17 -08:00
rebornix
f2b7964599 re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Johannes Rieken
7e2452498f fix https://github.com/microsoft/vscode/issues/130073 2021-08-31 14:44:42 +02:00
Matt Bierner
ab598a53ab Only include prod node_modules from extensions
Fixes #130158
2021-08-05 13:39:04 -07:00
Martin Aeschlimann
7ded90e452 Merge branch 'main' into joh/webpack5 2021-07-09 09:50:10 +02:00
Matt Bierner
0762d23ae7 Build VS Code using TS 4.4 (#127823)
* Build VS Code using TS 4.4

* Remove usages of deprecated `ClientRectList`

* Add any casts for missing `caretRangeFromPoint`

* Add temporary any casts for `zoom` css propery

This non-standard css property no longer exists in lib.dom.d.ts

* MouseWheelEvent -> WheelEvent

* Pick up new TS nightly

Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2021-07-08 14:27:39 -07:00
Johannes Rieken
a3e07245ee Revert "Revert "Merge pull request #127874 from microsoft/joh/webpack5""
This reverts commit c5f12c7226.
2021-07-08 10:28:33 +02:00
Johannes Rieken
c5f12c7226 Revert "Merge pull request #127874 from microsoft/joh/webpack5"
This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
2021-07-07 18:04:11 +02:00
Johannes Rieken
6b5129650b adopt webpack stream changes 2021-07-02 16:34:51 +02:00
Johannes Rieken
413b9019a6 configure esbuild with esnext. means no harm since TS already compiles with lower es2020, https://github.com/microsoft/vscode/issues/121144 2021-06-25 16:31:44 +02:00
Dirk Baeumer
9c3a109adf Fixes #126408: Support changes in vscode-nls-dev that allow hint comments in package.nls.json 2021-06-16 11:53:10 +02:00
Matt Bierner
34f0fcaf52 Rename notebook-markdown-extension to markdown-math
This makes it more clear what this extension is contributing
2021-06-08 09:58:54 -07:00
Benjamin Pasero
15aca96cd5 build - unblock lauching 2021-06-03 07:21:15 +02:00
João Moreno
d0d80ec337 fix build 2021-05-27 11:50:04 +02:00
João Moreno
d777991656 move buildExtensionMedia to lib 2021-05-26 20:38:28 +02:00
João Moreno
0a7a69f190 fix build compilation 2021-05-26 13:30:43 +02:00
João Moreno
239213eaeb push it real good 2021-01-19 20:04:43 +01:00
João Moreno
9995d12824 missing build output 2021-01-18 15:02:55 +01:00
Alexandru Dima
c1eb24b027 Load expensive node modules lazily 2020-12-22 19:55:56 +01:00
Alexandru Dima
d1fff1a083 Check in .js files from the /build/ folder to improve build speeds 2020-12-14 11:13:16 +01:00
João Moreno
2469bf6832 remove build compilation output 2020-09-22 11:12:55 +02:00
Benjamin Pasero
4491427ac7 web - move playground out of sources
We will consume the playground from https://github.com/microsoft/vscode-web-playground going forward.
2020-08-18 09:18:23 +02:00
Alex Dima
edf34c7cbc Allow passing in an exclude list to scanBuiltinExtensions 2020-08-03 23:22:39 +02:00
Alex Dima
49fd2b4f97 Do not inline vscode-web-playground (even if it is packaged) 2020-08-03 21:08:00 +02:00
Alex Dima
34005e2a48 Avoid NPE 2020-08-03 20:24:40 +02:00
João Moreno
2954ffb2fd build 2020-08-03 16:54:56 +02:00
Eric Amodio
c9a2f78283 Adds protection if the folder doesn't exist 2020-07-31 00:38:48 -04:00
Alex Dima
bb09bae007 check in missing compiled file 2020-07-30 11:40:59 +02:00
Matt Bierner
17a691882e Check in built file 2020-07-29 15:00:58 -07:00
Alex Dima
3584cd9325 Builtin extensions: also inline the package.nls.json contents 2020-07-29 11:32:18 +02:00
Alex Dima
547c1c2c61 Add web extensions filder in scanBuiltinExtensions 2020-07-27 14:23:10 +02:00
Alex Dima
c3ed1c89cb Fix problem with missing vscode-web-playground 2020-07-27 14:23:10 +02:00
Alex Dima
5ba8591765 Align build scripts 2020-07-27 13:18:17 +02:00
Alex Dima
d42e9162b9 Remove some extension package.json patching 2020-07-24 14:38:10 +02:00
Alex Dima
750baf0af6 Minify extension resources 2020-07-24 13:57:51 +02:00
Martin Aeschlimann
c99fe71f85 web: bring back temporary workaround for package.nls 2020-06-29 21:44:42 +02:00
João Moreno
2e0445d5ab missing compilation cc @sandy081 2020-06-23 15:59:02 +02:00
Alex Dima
5e6729d9bd commit generated files 2020-06-22 18:17:04 +02:00
Sandeep Somavarapu
7bfb55ece5 scan builtin extensions 2020-06-22 15:38:07 +02:00
Martin Aeschlimann
1136e2282c marketplace extensions need browser and uiKind 2020-06-16 14:15:15 +02:00
Martin Aeschlimann
5a571dd2e9 marketplace web extensions build 2020-06-16 00:05:44 +02:00
Martin Aeschlimann
6bcf827d48 package.json filter fix for build/lib/extensions 2020-06-11 10:18:39 +02:00
Martin Aeschlimann
9de8a85408 extensions in web build 2020-06-11 10:18:11 +02:00
rebornix
b9eafe5f66 intergration tests. 2020-04-23 11:55:23 -07:00
João Moreno
54442c1c7b move built-in extensions to product.json 2020-04-06 13:36:07 +02:00