Commit Graph

12 Commits

Author SHA1 Message Date
Matt Bierner
01ea9c11ea
Update extension enabled tsconfig libs (#159631)
Matches what we set for `src/`
2022-08-31 07:57:15 +02:00
Johannes Rieken
b27a33cc43
no modern JavaScript for us 2021-07-16 17:34:00 +02:00
Johannes Rieken
dd9162b48d
fix tsconfig libs 2021-07-15 14:03:47 +02: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
b93a197661
don't expose dom and worker to extensions 2021-07-02 17:13:22 +02:00
Johannes Rieken
6f2c3f21b3
modern libs/output for base tsconfig of extensions 2021-07-02 17:04:46 +02:00
Matt Bierner
a4e9f7e232
Bump target to es2019 in extensions
This should be a safe target for our current node version and for web
2021-06-07 16:51:04 -07:00
Matt Bierner
0ec29f0fcf
Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
Matt Bierner
119581fc2a
Use more standard name for shared extension tsconfig
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00