Commit Graph

11953 Commits

Author SHA1 Message Date
Matt Bierner e04c70a676 Fix TS resolved paths when on vfs
For #136433

These paths always have to start with `/`
2022-02-28 17:27:43 -08:00
Matt Bierner b0e8554cce Migrate postinstall script to use modules 2022-02-28 16:38:11 -08:00
Tyler Leonhardt c254a23e72 update vscode-tas-client 2022-02-28 16:23:14 -08:00
Matt Bierner 3217c7c1cb Pick up real 4.6.2
Also reverts version patching added when we weren't sure 4.6.2 would be out for stable
2022-02-28 15:54:59 -08:00
Matt Bierner df6373e7f1 Use TS 4.6.2 instead
This will be the stable version number
2022-02-28 15:47:34 -08:00
Matt Bierner d45c89bc65 Pick up TS 4.6.1
Fixes #142460

We're picking up the insiders version because TS is holding off on publishing the stable due to current events. However we don't want `insiders` to show in the version string, so patch the version string to look like the stable version
2022-02-28 15:28:29 -08:00
Matt Bierner c662fe67bf Bump default target for jsconfig template 2022-02-28 15:16:39 -08:00
Matt Bierner 76a647c33c Fix tested pattern 2022-02-28 14:49:29 -08:00
Matt Bierner 062b82c1bc Use .test instead of .match 2022-02-28 14:27:47 -08:00
Matt Bierner 1d77856203 Use ?.forEach instead of ( || []).forEach 2022-02-28 13:52:59 -08:00
Matt Bierner 6f63577e80 Remove unused event 2022-02-28 13:46:52 -08:00
Matt Bierner 2fc747419d use ?. 2022-02-28 13:44:48 -08:00
Matt Bierner cf898ff7d1 null -> undefined 2022-02-28 13:43:18 -08:00
Matt Bierner 70dd24e9bd Remove extra check
This should not be nullable
2022-02-28 13:43:18 -08:00
Matt Bierner d218b48067 Always use nameSpan for code lenses
Fixes #143648

The nameSpan property has existed for something like years or so, so it should be safe to use. There's currently not a good way to request the reference count of an anon function and I don't think this is actually useful to show since the ref count should always be 1 for these
2022-02-28 13:43:16 -08:00
Babak K. Shandiz 7e0df7ed8f Add jsonc to markdown embedded languages (#144003)
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-02-28 12:41:34 -08:00
Alex Dima 03ca148fd7 Fixes #143953: Remove no longer necessary extensionKind 2022-02-25 11:51:07 +01:00
Matt Bierner 6d64839d01 Fix test 2022-02-24 14:33:55 -08:00
Matt Bierner ee9c87ccca Clean up logged messages 2022-02-24 14:28:27 -08:00
Matt Bierner 2a72cf7070 Restore 'follow link' text on tsconfig links
For #141112
2022-02-24 14:02:38 -08:00
Matt Bierner 2363668892 Don't encode label for md path completions
For #142838
2022-02-24 13:52:31 -08:00
Matt Bierner a56905be63 Use decodeURIComponent instead of decodeUri
This is not actually a uri
2022-02-24 13:52:31 -08:00
Robo df645f1450 chore: revert to electron@13 (#143851)
* Revert "chore: update to electron 16 (#137241)"

This reverts commit 01df559c18.
This reverts commit 46301339b7

* ci: fix remote compiler for sdl-scan

* chore: fix remote/.yarnrc

* chore: fix build/npm/postinstall.js

* chore: rm crash reporter from shared process

* chore: rm crash reporter from ext host

* chore: fix build/lib/layersChecker.ts

* :chore: preserve some more changes

* fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2022-02-24 17:49:49 +01:00
Benjamin Pasero 6640f3c721 skip flaky test (#139960) 2022-02-24 13:27:04 +01:00
David Dossett 4bef8dc8d7 Fix #143837 2022-02-23 16:55:41 -08:00
David Dossett ef8285b9d0 Fix hidden keyboard shortcuts in empty light HC view 2022-02-23 13:36:30 -08:00
David Dossett 87eebbda83 Fix #143739 2022-02-23 10:34:13 -08:00
David Dossett 14be84daa7 Fix #143735 2022-02-23 10:24:24 -08:00
Logan Ramos 3b6d4a8772 Fix #143746 2022-02-23 10:21:01 -05:00
Benjamin Pasero 6dee30baa8 tests - restore test coverage for #139786 2022-02-23 13:17:21 +01:00
Matt Bierner 9e3d77b1e4 Also use relative pattern for watching markdown resources 2022-02-22 16:22:55 -08:00
Matt Bierner 932976b8d2 Fix return type typing 2022-02-22 16:22:55 -08:00
David Dossett a3bfec2ef4 Update dark HC theme name 2022-02-22 14:19:48 -08:00
Matt Bierner 24c814dd01 Only ship woff2 fonts for math support
Fixes #143372
2022-02-22 13:41:01 -08:00
Matt Bierner 1678c27fcd Use relativepattern for file watcher
For #143291
2022-02-22 13:40:59 -08:00
Peng Lyu 67cca9b62d Merge pull request #143422 from microsoft/rebornix/nb-json-codelens
Add codelens to ipynb json file to open in notebook editor
2022-02-22 13:18:39 -08:00
Martin Aeschlimann 6568cf0063 [html] update service 2022-02-22 22:08:30 +01:00
Martin Aeschlimann 67f1fa649d Merge pull request #143313 from microsoft/rebornix/updateSeti
Update Seti to support Notebook icons
2022-02-22 21:51:15 +01:00
Martin Aeschlimann 3f026510c9 update 2022-02-22 21:44:33 +01:00
David Dossett 08b18a259a Updated light HC editor contrast issues 2022-02-22 09:54:24 -08:00
David Dossett 5ffe87e611 Fix editor highlights 2022-02-22 09:41:57 -08:00
David Dossett 6e4481b731 Fix casing issues 2022-02-22 09:41:57 -08:00
Ladislau Szomoru 7442bf8f3d Handle the case in which the git command is not the first argument #132778 2022-02-22 13:27:59 +01:00
Martin Aeschlimann cfad254348 autoCreateQuotes: Mention attributeDefaultValue 2022-02-22 09:15:59 +01:00
Peng Lyu 34cef6b03c Merge branch 'main' into rebornix/updateSeti 2022-02-21 23:11:32 -08:00
David Dossett bc68aa2f6e Update light HC theme name 2022-02-21 11:15:33 -08:00
Christof Marti 0041b15c6d vscode subproperty (microsoft/dev-container-spec#1) 2022-02-21 14:53:31 +01:00
dependabot[bot] ad70ffe4e9 Bump follow-redirects in /extensions/github-authentication (#142891)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-21 12:41:24 +01:00
Tyler Leonhardt a0da9978b1 include profile for specific claims in idtoken. Fixes #143463 2022-02-20 16:58:07 -08:00
Matt Bierner 388925f588 Remove unused file
Fixes #143370
2022-02-18 18:46:18 -08:00