Commit Graph

11641 Commits

Author SHA1 Message Date
Martin Aeschlimann
cde5781978 polish webpack configs 2021-07-09 11:55:21 +02:00
Martin Aeschlimann
7ded90e452 Merge branch 'main' into joh/webpack5 2021-07-09 09:50:10 +02:00
Tyler James Leonhardt
87d692b7bf Add scopes property to login telemetry (#128261)
* Add scopes property to login telemetry
2021-07-08 21:48:44 -07:00
Matt Bierner
d5d45297f8 Split service configuration for desktop and browser
Fixes #128222

We only support using configured TS versions on desktop. In browsers we always use the bundled version
2021-07-08 15:29:54 -07:00
Matt Bierner
41807b889d Use service for loading service configuration
For #128222
2021-07-08 15:29:53 -07:00
Matt Bierner
b7e633aae1 Use interface for service config
For #128222
2021-07-08 15:29:53 -07: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
Martin Aeschlimann
c069d044c3 fix vertx 2021-07-08 22:22:24 +02:00
Martin Aeschlimann
7ebe6a6054 adopt web extensions to webpack 5 2021-07-08 21:41:03 +02: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
Matt Bierner
a71ebc98ff Avoid warning when acessing md setting 2021-07-07 16:58:04 -07:00
Connor Peet
6cc4e560f7 testing: remove unused testing-editor-contributions
Fixes #127691
2021-07-07 15:38:27 -07:00
Logan Ramos
b97c839e57 Forgot to re-enable test 2021-07-07 15:47:41 -04:00
Matt Bierner
8b3d6668bd Support syntax diagnostics in partial mode
For https://github.com/microsoft/TypeScript/pull/44859
2021-07-07 12:36:56 -07:00
Logan Ramos
601afb43f8 Fix build 2021-07-07 15:36:11 -04:00
Wenlu Wang
e144d6e951 Add ts inline hints (#113412)
* Add ts server for inline hints

* Add some feature related configure

* Add more config

* Rename all options

* Support range

* use new interface

* Fix cr issues

* Update inlay hints for ts plugin

* Avoid call chain hints

* Avoid more option

* Update protos

* Update extensions/typescript-language-features/package.nls.json

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>

* Use suppress for some option

* Update CR issues

* Fix missing typedef

* Avoid changes

Co-authored-by: Daniel Rosenwasser <DanielRosenwasser@users.noreply.github.com>
2021-07-07 09:21:20 -07: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
Martin Aeschlimann
a79605c9d5 default light colors list.focusHighlightForeground too close to list.activeSelectionBackground. Fixes #127597 2021-07-07 15:33:40 +02:00
Andrew Branch
c0bc22edf0 [typescript-language-features] Add suggest.allowIncompleteCompletions and pass trigger kind to TS Server (#127673)
* Add suggest.allowIncompleteCompletions and pass trigger kind to TS Server

* Remove setting, use switch for TriggerKind conversion
2021-07-06 16:10:20 -07:00
Tyler Leonhardt
e09ee35542 add useful readmes for the auth providers fixes #127688 fixes #127689 2021-07-06 15:43:59 -07:00
Matt Bierner
92418e0ea0 Remove usage of non-standard setImmediate
This was broken after upgrading to webpack5
2021-07-06 12:42:27 -07:00
Tyler Leonhardt
f4e48a92dd specify localhost for microsoft auth server 2021-07-06 11:07:46 -07:00
Alex Ross
23e71e2bcc Add pathSeparator to configurationEditing
Fixes #128015
2021-07-06 09:52:35 +02:00
rebornix
01759044cf re #115679. 2021-07-05 14:45:27 -07:00
Martin Aeschlimann
579e399604 Merge pull request #127962 from galexite/patch-1
Add `.ixx` as a possible C++ extension
2021-07-05 18:42:42 +02:00
Alex Ross
d5c5e1cb2c Update C# grammar 2021-07-05 09:53:39 +02:00
Johannes Rieken
1f5b688e9c Merge pull request #127874 from microsoft/joh/webpack5
Adopt webpack@5
2021-07-05 09:10:45 +02:00
George White
ac1bde29aa Add .ixx as a possible C++ extension
This extension is used for a C++ module interface file, required for it to be automatically compiled as a module in Visual Studio (as seen [here](https://docs.microsoft.com/en-us/cpp/cpp/modules-cpp?view=msvc-160#basic-example)). Therefore, files with this extension should be highlighted as C++.
2021-07-04 18:09:24 +01:00
Johannes Rieken
b93a197661 don't expose dom and worker to extensions 2021-07-02 17:13:22 +02:00
Alex Ross
3e32c1aae2 Update grammars 2021-07-02 17:06:19 +02:00
Johannes Rieken
6f2c3f21b3 modern libs/output for base tsconfig of extensions 2021-07-02 17:04:46 +02:00
Johannes Rieken
3406031e37 Merge branch 'main' into joh/webpack5 2021-07-02 15:02:12 +02:00
Johannes Rieken
99984e24a1 update to webpack@5 2021-07-02 14:08:18 +02:00
Matt Bierner
3d2a28fcd8 Disable math highlighting in markdown fenced code blocks 2021-07-01 15:46:56 -07:00
Heyward Fann
64e1bd289c Update completions.ts (#124822) 2021-07-01 13:03:01 -07:00
Matt Bierner
2095968447 Pick up TS 4.3.5 2021-07-01 10:24:48 -07:00
Matt Bierner
cf2d68daba Add markdown math support readme
Fixes #127692
2021-07-01 10:18:50 -07:00
Matt Bierner
986dcaf7a3 Add simple browser readme
Fixes #127690
2021-07-01 10:18:50 -07:00
João Moreno
66e4d31ac8 fixes #127687 2021-07-01 15:58:05 +02:00
rebornix
cf0231eb6e fix #124918. preserve ipynb file type. 2021-06-30 15:15:59 -07:00
Tyler Leonhardt
1d1b9961d7 sort scopes on filter for getSessions in the github auth provider. Fixes https://github.com/github/codespaces/issues/3109 2021-06-30 10:15:24 -07:00
Matt Bierner
9d443dd8c4 Pull in copied katex css instead of node_modules 2021-06-29 22:37:19 -07:00
Matt Bierner
e9c4f85271 Pick up TS 4.3.4 2021-06-29 09:43:15 -07:00
Martin Aeschlimann
28383a32e2 Merge pull request #127334 from datho7561/127323-xml-word-pattern
Add `wordPattern` for XML and XSL languages
2021-06-29 09:45:21 +02:00
Johannes Rieken
84d21d968d more stable integration test: onDidOpenNotebookDocument 2021-06-29 08:25:54 +02:00
Tyler Leonhardt
6b6be7efe1 just return if the acceptedStates don't match fixes #126084 2021-06-28 17:12:06 -07:00
Tyler Leonhardt
4a011b5297 add additional logging around github auth 2021-06-28 16:27:52 -07:00
David Thompson
4f58a1fefb Add wordPattern for XML and XSL languages
Closes #127323

Signed-off-by: David Thompson <davthomp@redhat.com>
2021-06-28 16:33:40 -04:00
Martin Aeschlimann
9d4af438a8 [css/html/json] update services 2021-06-28 21:53:21 +02:00
Rob Lourens
b35a791987 Clean up leftover PHP custom trust code 2021-06-28 08:38:54 -05:00