Commit graph

11983 commits

Author SHA1 Message Date
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
David Dossett e9d0149f0c Fix light HC diff colors 2022-02-18 15:24:34 -08:00
rebornix 3567a2f2bc
Show codelens to ipynb json to open in notebook editor 2022-02-18 14:54:40 -08:00
David Dossett 4da6b54ee7
Add Light High Contrast theme (#143398)
* Add light HC theme and split quick pick options to light and dark

* Update colorizer tests

* Fix default HC name and add Beta tag to light HC theme

* Revert prettier updates
2022-02-18 14:41:17 -08:00
Martin Aeschlimann db9e8fba63 remove unecessary files in build 2022-02-18 20:38:55 +01:00
rebornix 823317a8f2
Update Seti to support Notebook. 2022-02-17 13:04:51 -08:00
Logan Ramos 8437d74b8b
Fix #139786 2022-02-17 15:15:51 -05:00
Tyler Leonhardt ae8bacb9d3
ensure getSessions also asks for email and openid scopes and fix #142776 2022-02-17 10:27:36 -08:00
Peng Lyu 5331802a44
Merge pull request #143240 from microsoft/rebornix/support-code-blocks-in-markdown-output
Support syntax highlighting in code blocks in markdown output
2022-02-16 18:14:41 -08:00
rebornix a93f7e0b23
indentation. 2022-02-16 18:05:40 -08:00
rebornix 8eb145d146
fix #143194 2022-02-16 16:09:03 -08:00
rebornix 07e840cb51
Support syntax highlighting in code blocks in markdown output 2022-02-16 15:18:54 -08:00
Matt Bierner ad0311a25a
Improve quote style setting display
Follow up on #143164
2022-02-16 12:13:45 -08:00
Matt Bierner 1f5f486ccb
Add note about quote style setting to jsxAttributeCompletionStyle
For #143164
2022-02-16 12:13:45 -08:00
Logan Ramos 0a9e7a5f49
Re-enable tab getter test 2022-02-16 15:09:08 -05:00
rebornix 4b17d05668
re #142872. Contribute ipynb notebook to File -> New when no Jupyter extension enabled. 2022-02-16 11:42:45 -08:00
rebornix 8e3c41760e
re #142872. Default language to python. 2022-02-16 11:42:45 -08:00
Matt Bierner 21da6eeafa
Delay getting workspace uri until tests are running
For #143226
2022-02-16 10:59:03 -08:00
rebornix cca25256a3
remvoe jupyter(json) 2022-02-15 17:45:09 -08:00
rebornix 7f99539fe7
re #142872. Ignore whitespace only content error. 2022-02-15 17:45:09 -08:00
heartacker d7ca9f570f
add math snippet (#142697) 2022-02-15 17:41:24 -08:00
Ladislau Szomoru 6011bf7e7a
Fix #121914 2022-02-15 16:02:34 +01:00
Ladislau Szomoru ce46f445c0
Add command to close all diff editors 2022-02-15 11:59:39 +01:00
Ladislau Szomoru 888677ed95
Close stale diff editors while stashing changes 2022-02-14 10:32:59 +01:00
Matt Bierner 2b752cc239
Only remove margin on last child of preview
Fixes #142791
2022-02-11 16:27:02 -08:00
Matt Bierner 7f5be63be9
Escape spaces in file names for md suggestions
Fixes #142838
2022-02-11 16:18:24 -08:00
Matt Bierner 5d19f2909f
Pick up TS 4.6rc 2022-02-11 13:38:28 -08:00
Raymond Zhao 56c8ff832d
Bump emmet-helper, fixes #123399 2022-02-11 09:46:19 -08:00
Peng Lyu 8b4eaf7e00
Merge pull request #142584 from microsoft/rebornix/stream-output-renderer
Move streaming output rendering to renderer extension
2022-02-10 15:52:00 -08:00
coyote 6b8aace440
update to latest seti-ui version (#141931)
* update to latest seti-ui version

* Run `npm run update`

Co-authored-by: Miguel Solorio <miguel.solorio@microsoft.com>
2022-02-10 15:22:44 -08:00
Logan Ramos ec9df1d972
Update tabs model to utilize the new API shape (#142668)
* Change shape of the tabs API

* Disable tab tests for now

* Add an onDidChangeTabGroup event

* Optimize for group activate

* Update events to no longer be an array

* Further tab optimization
2022-02-10 15:09:11 -05:00
Martin Aeschlimann b239683e79
update css language service 2022-02-10 16:55:31 +01:00
Martin Aeschlimann bfb00a51f5
.razor file should have default Language Mode of razor. Fixes #141756 2022-02-10 14:42:03 +01:00
Martin Aeschlimann 5d37c8c6d9
meta.return-type is not supposed to be styled by a theme, yet Dark+ and Light+ still do. Fixes #142672 2022-02-10 14:07:36 +01:00
Martin Aeschlimann f769ece9f5
Merge pull request #142670 from michaelkuhn/solarized-fixes
Fix some Solarized colors
2022-02-10 10:48:15 +01:00
rebornix 24319ce0e6
Merge remote-tracking branch 'origin/main' into rebornix/stream-output-renderer 2022-02-09 16:55:05 -08:00
Matt Bierner 3ecc99a3f5
Format switch using braces 2022-02-09 14:49:13 -08:00
Matt Bierner ca6c806af5
Adopt busy for TS intellisense status
For #141269
2022-02-09 14:49:13 -08:00
Michael Kuhn 63917b3d9a Fix some Solarized colors
This PR contains a few fixes for both Solarized themes:
1. According to #105418, the empty scope's foreground color is supposed to
   be used for normal text. For some reason, this does not seem to work,
   therefore set `editor.foreground` explicitly.
2. Some of the ANSI colors have been set to values differing from the
   official theme at https://ethanschoonover.com/solarized/ due to
   contrast issues. Nowadays, this can instead be fixed with
   `terminal.integrated.minimumContrastRatio` (see #121107).
3. Solarized Dark uses `#93A1A1` for normal text in a few places where
   `#839496` should be used instead.
4. Solarized Dark uses `#657B83` in a few places, which is not part of
   the official theme, use the correct `#586E75` instead.
5. Solarized Light uses `#073642` in one place, which is not part of the
   official theme, use the correct `#586E75` instead.
2022-02-09 21:30:37 +01:00
Johannes Rieken b7955eac38
finalize inlay hints provider API, https://github.com/microsoft/vscode/issues/16221 2022-02-09 15:32:46 +01:00
Daniel Imms 339cbb38e2 Skip environment variable collection tests only on Windows
Guessing conpty is causing problems
2022-02-09 05:26:19 -08:00
Alex Ross 5bdfec8311
Dispose of all terminals before running task test
Fixes #142565
2022-02-09 14:06:09 +01:00
Alex Ross 6a9c6c2ff9
Fix npm task resolving to include task group
Fixes #142615
2022-02-09 13:46:05 +01:00
Ladislau Szomoru 088f5b6a3e
Git - close diff editors on operation (#142513) 2022-02-09 11:04:06 +01:00
Matt Bierner 4f67ddf37a
Pull in latest TS nightly for insiders 2022-02-08 17:13:24 -08:00
Matt Bierner 36ee187589
Surface TS code action desc in completions
Fixes #141591
2022-02-08 17:11:48 -08:00
Tyler Leonhardt 6a01cda605
use 127.0.0.1 instead of localhost 2022-02-08 15:39:34 -08:00
rebornix a785b7bae8
styling update and link handling for show more outputs 2022-02-08 14:52:11 -08:00
rebornix 86a9cf439d
pass line limit setting to output renderer 2022-02-08 13:12:32 -08:00
rebornix d5d7e03cfc
Move stream renderer to extension, support merging. 2022-02-08 12:54:56 -08:00
Yash Goel 5ea92ff535
fixed settings sync has duplicate logins (#142340)
* added check and swaped logic

* improved label for usename

* fixed eslint issues

* updated text
2022-02-08 12:14:52 -08:00
Robo 01df559c18
chore: update to electron 16 (#137241)
* chore: bump electron@15.3.0

* chore: bump node@16.x

* chore: enable render process reuse

* Revert "watcher - use `type` property for crash reporter location"

This reverts commit bfa488dd8f.

* Revert "watcher - enable crash reports on linux (#136264)"

This reverts commit af261488f8.

* chore: enable crashpad on linux

* chore: bump electron@15.3.1

* chore: update api changes

* chore: bump @vscode/sqlite3@5.0.3

* spec: skip non-context aware module unittests

* chore: fix perf hook integration with node environment

* fix: adopt fs api changes

* chore: fix integration tests

* chore: bump electron@15.3.2

* chore: bump electron@16.0.0

* temp(macOS): kill test instances in OSS

* Revert "temp(macOS): kill test instances in OSS"

This reverts commit b0d796c8d64227a5ec012c060bbbee7d9da27568.

* chore: update chromium version for clang downloader

* some 💄 changes

* align with changes

* adopt more fs.rm

* 💄

* chore: bump @vscode/sqlite3@5.0.4

* fix layers check to account for duplicated types from node.js

* update todo for type casts

* smoke - fix compile issue

* chore: update module cache

* watcher - fix unhandled rejection (fix #137416)

* ci: update node version

* enable stack dumping

* update electron types to 16.x

* chore: bump @vscode/sqlite3@5.0.5

Refs https://github.com/microsoft/vscode/issues/137496

* fix layer issue

* add `AbortSignal` to core types

* chore: update linux compile flags

Refs 797723ec83

* ci: fix linux build

* ci: update github ci cache

* ci: fix remote build in github ci

* ci: better fix for remote build

* chore: bump azure cache

* chore: fix merge conflict

* :chore: update to electron@16.0.2

* chore: bump @vscode/sqlite3@5.0.7

* ci: update to gcc-4.9 for remote

Refs https://github.com/microsoft/vscode/issues/137659

* ci: switch to buster for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: fix build on linux arm64

* ci: fix arm client compiler toolchain

Refs #137927

* chore: bump electron@16.0.3

* ci: fix compile flags for the c toolchain

* chore: bump electron@16.0.4

* Add experimental dark mode flag (#139109)

* Add experimental dark mode flag

* Apply PR feedback

* chore: bump electron@16.0.6

* chore: bump electron@16.0.7

Fixes https://github.com/microsoft/vscode/issues/138792
Fixes https://github.com/microsoft/vscode/issues/139300

* chore: experimental highlight API

* smoke - fix compile issue

* FIXME: custom ELECTRON_RUN_AS_NODE with node worker

* Revert "chore: bump electron@16.0.7"

This reverts commit 5fd01cf37c.

* Revert "Revert "chore: bump electron@16.0.7""

This reverts commit a7f1b73951.

* chore: fix github linux workflow

* chore: address review feedback

* chore: bump electron@16.0.8

* ci: revert to stretch distro for linux arm

Refs https://github.com/microsoft/vscode/issues/137927

* ci: force build

* chore: update yarn.lock

* address feedback

* Revert "FIXME: custom ELECTRON_RUN_AS_NODE with node worker"

This reverts commit 7b48fa3732.

* ci: fix remote folder build

* chore: fix github linux ci

* 🆙 `versionSpec`

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Raymond Zhao <raymondzhao@microsoft.com>
2022-02-08 20:09:00 +01:00
Johannes Rieken 17ed7bf82c
finalize LanguageStatusItem API, https://github.com/microsoft/vscode/issues/129037 2022-02-08 18:50:46 +01:00
Johannes Rieken 765d2ef252
add doc for padding-left/right, add doc for inlay hint kind but also remove InlayHintKind#other, https://github.com/microsoft/vscode/issues/16221 2022-02-08 18:37:43 +01:00
Joyce Er da29a245ff
Enable merge-conflict extension in virtual workspaces (fixes #142447) 2022-02-08 09:28:04 +01:00
rebornix c70522765b
re #142429. error output w/ dup ansi handling 2022-02-07 16:07:04 -08:00
rebornix 88e5c12d3d
re #142429. javascript renderer 2022-02-07 14:06:35 -08:00
rebornix ac308c3e03
re #142429. html/svg renderer 2022-02-07 13:58:30 -08:00
rebornix f2b7964599
re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Kazuyuki Sato a83046f9e6
Decode header suggestions in Markdown path IntelliSense, https://github.com/microsoft/vscode/issues/142330 (#142392) 2022-02-07 09:19:24 -08:00
Tyler Leonhardt e485dc292f
improve logic around auth server 2022-02-06 14:56:22 -08:00
Johannes Rieken 627d46551d
support double click gesture on inlay hints, API polish, https://github.com/microsoft/vscode/issues/16221 2022-02-05 14:25:37 +01:00
Ladislau Szomoru cf040aa0db
Related to #140731 2022-02-04 21:04:59 +01:00
Jackson Kearl 99f3c2c7e7
Fix #140280 2022-02-04 11:56:21 -08:00
Rob Lourens 803c9fc3e0 re-skip notebook integration tests for web 2022-02-04 11:36:34 -08:00
Alex Dima 0bf3071972
Fix hygiene 2022-02-04 15:49:50 +01:00
Ladislau Szomoru e4cce8c6e8
Add setting for git commands to be logged in the git output 2022-02-04 15:36:25 +01:00
ChaseKnowlden e3a0fceb00
Update Lua Grammar (#142107) 2022-02-04 13:33:10 +01:00
Matt Bierner df09257f2e
Make sure we pass along windows style paths to pluginProbeLocations 2022-02-03 17:10:43 -08:00
Matt Bierner f343e8ef51
Allow bare math blocks with nested begin/ends
Fixes #141905
2022-02-03 16:03:20 -08:00
Tyler Leonhardt eb295e4195
enable migration parts 2022-02-03 14:50:48 -08:00